#include <ExManagerSpecialEffect.h>
Graphe d'héritage de la classe ExManagerSpecialEffect

Membres publics | |
| void | Reset (void) |
| void | SetAntialliasingState (bool state) |
| void | SetMotionBlurState (bool state) |
| bool | GetAntialliasingState (void) |
| bool | GetMotionBlurState (void) |
| void | MotionBlur (void) |
| void | CapturForMotionBlur (void) |
| void | Specialeffect (void) |
| void | SetSpecialEffect (int effect) |
Membres publics statiques | |
| ExManagerSpecialEffect * | CreateSingleton (void) |
Membres privés | |
| ExManagerSpecialEffect (void) | |
| ~ExManagerSpecialEffect (void) | |
Attributs Privés | |
| bool | m_Antialliasing |
| bool | m_MotionBlur |
| bool | m_MotionBlurTexture |
| uint | TextureMotionBlur |
| int | m_effect |
| float | m_CouterEffect |
Attributs Privés Statiques | |
| bool | m_flag = false |
| ExManagerSpecialEffect * | m_instance = NULL |
|
|
Définition à la ligne 42 du fichier ExManagerSpecialEffect.cpp.
00043 {
00044 }
|
|
|
Définition à la ligne 46 du fichier ExManagerSpecialEffect.cpp.
00047 {
00048 }
|
|
|
|
|
|
Définition à la ligne 28 du fichier ExManagerSpecialEffect.cpp. Références CreateSingleton(), Guard, m_flag, et m_instance. Référencé par CreateSingleton(), et main().
00028 {
00029 Guard(ExManagerSpecialEffect* ExManagerSpecialEffect::CreateSingleton(void))
00030 if(!m_flag)
00031 {
00032 m_flag = true; // We are creating the error log now, so set flag to true
00033 m_instance = new ExManagerSpecialEffect; // Create the error log
00034 }else
00035 {
00036 std::cout<<"Error singleton already created"<<std::endl;
00037 }
00038 return m_instance;
00039 UnGuard
00040 }
|
|
|
Définition à la ligne 98 du fichier ExManagerSpecialEffect.h. Références m_MotionBlur.
00098 {m_MotionBlur=state;}
|
|
|
Définition à la ligne 99 du fichier ExManagerSpecialEffect.h. Références m_Antialliasing.
00099 {return m_Antialliasing;}
|
|
|
|
|
|
Redéfinie à partir de ExManager. Définition à la ligne 50 du fichier ExManagerSpecialEffect.cpp.
00051 {
00052 }
|
|
|
|
|
|
Définition à la ligne 97 du fichier ExManagerSpecialEffect.h.
00098 {m_MotionBlur=state;}
|
|
|
|
|
|
|
|
|
Définition à la ligne 74 du fichier ExManagerSpecialEffect.h. Référencé par GetMotionBlurState(). |
|
|
Définition à la ligne 80 du fichier ExManagerSpecialEffect.h. |
|
|
Définition à la ligne 79 du fichier ExManagerSpecialEffect.h. |
|
|
Définition à la ligne 25 du fichier ExManagerSpecialEffect.cpp. Référencé par CreateSingleton(). |
|
|
Définition à la ligne 26 du fichier ExManagerSpecialEffect.cpp. Référencé par CreateSingleton(). |
|
|
Définition à la ligne 75 du fichier ExManagerSpecialEffect.h. Référencé par GetAntialliasingState(). |
|
|
Définition à la ligne 76 du fichier ExManagerSpecialEffect.h. |
|
|
Définition à la ligne 77 du fichier ExManagerSpecialEffect.h. |
1.3-rc1