|
void | UpdateInterface () |
|
void | OkayButton (Ui::CWindow *pw, EventType event) |
|
bool | TestResearch (EventType event) |
|
void | SoundManip (float time, float amplitude, float frequency) |
|
void | CheckInterface (Ui::CWindow *pw, EventType event, bool bState) |
|
void | EnableInterface (Ui::CWindow *pw, EventType event, bool bState) |
|
void | VisibleInterface (Ui::CWindow *pw, EventType event, bool bState) |
|
void | DeadInterface (Ui::CWindow *pw, EventType event, bool bState) |
|
void | UpdateInterface () |
|
void | UpdateInterface (float rTime) |
|
|
AutoLaboPhase | m_phase = ALAP_WAIT |
|
float | m_progress = 0.0f |
|
float | m_speed = 0.0f |
|
float | m_timeVirus = 0.0f |
|
float | m_lastParticle = 0.0f |
|
ResearchType | m_research = {} |
|
int | m_partiRank [3] = {} |
|
int | m_partiSphere = 0 |
|
int | m_soundChannel = 0 |
|
CEventQueue * | m_eventQueue = nullptr |
|
Gfx::CEngine * | m_engine = nullptr |
|
Gfx::CParticle * | m_particle = nullptr |
|
Gfx::CTerrain * | m_terrain = nullptr |
|
Gfx::CWater * | m_water = nullptr |
|
Gfx::CCloud * | m_cloud = nullptr |
|
Gfx::CPlanet * | m_planet = nullptr |
|
Gfx::CLightning * | m_lightning = nullptr |
|
Gfx::CCamera * | m_camera = nullptr |
|
Ui::CInterface * | m_interface = nullptr |
|
CRobotMain * | m_main = nullptr |
|
COldObject * | m_object = nullptr |
|
CSoundInterface * | m_sound = nullptr |
|
ObjectType | m_type = OBJECT_NULL |
|
bool | m_bBusy = false |
|
bool | m_bMotor = false |
|
float | m_time = 0.0f |
|
float | m_lastUpdateTime = 0.0f |
|
float | m_progressTime = 0.0f |
|
float | m_progressTotal = 0.0f |
|
◆ DeleteObject()
void CAutoLabo::DeleteObject |
( |
bool |
bAll = false | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ Init()
Reimplemented from CAuto.
◆ StartAction()
Error CAutoLabo::StartAction |
( |
int |
param | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ EventProcess()
bool CAutoLabo::EventProcess |
( |
const Event & |
event | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ GetError()
Error CAutoLabo::GetError |
( |
| ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ CreateInterface()
bool CAutoLabo::CreateInterface |
( |
bool |
bSelect | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ Write()
Reimplemented from CAuto.
◆ Read()
Reimplemented from CAuto.
The documentation for this class was generated from the following files:
- src/object/auto/autolabo.h
- src/object/auto/autolabo.cpp