|
| CAutoFactory (COldObject *object) |
|
void | DeleteObject (bool all=false) override |
|
void | Init () override |
|
bool | EventProcess (const Event &event) override |
|
Error | StartAction (int param) override |
|
void | SetProgram (const std::string &program) |
|
bool | CreateInterface (bool bSelect) override |
|
bool | Write (CLevelParserLine *line) override |
|
bool | Read (CLevelParserLine *line) override |
|
| CAuto (COldObject *object) |
|
virtual void | DeleteObject (bool bAll=false) |
|
virtual void | Init () |
|
virtual void | Start (int param) |
|
virtual bool | EventProcess (const Event &event) |
|
virtual Error | IsEnded () |
|
virtual bool | Abort () |
|
virtual Error | StartAction (int param) |
|
virtual bool | SetType (ObjectType type) |
|
virtual bool | SetValue (int rank, float value) |
|
virtual bool | SetString (char *string) |
|
virtual bool | CreateInterface (bool bSelect) |
|
virtual Error | GetError () |
|
virtual bool | GetBusy () |
|
virtual void | SetBusy (bool busy) |
|
virtual void | InitProgressTotal (float total) |
|
virtual void | EventProgress (float rTime) |
|
virtual bool | GetMotor () |
|
virtual void | SetMotor (bool bMotor) |
|
virtual bool | Write (CLevelParserLine *line) |
|
virtual bool | Read (CLevelParserLine *line) |
|
|
void | UpdateInterface () |
|
void | UpdateButton (Ui::CWindow *pw, EventType event, bool bBusy) |
|
CObject * | SearchCargo () |
|
bool | NearestVehicle () |
|
bool | CreateVehicle () |
|
CObject * | SearchVehicle () |
|
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) |
|
◆ DeleteObject()
void CAutoFactory::DeleteObject |
( |
bool |
all = false | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ Init()
void CAutoFactory::Init |
( |
| ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ EventProcess()
bool CAutoFactory::EventProcess |
( |
const Event & |
event | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ StartAction()
Error CAutoFactory::StartAction |
( |
int |
param | ) |
|
|
overridevirtual |
Reimplemented from CAuto.
◆ CreateInterface()
bool CAutoFactory::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/autofactory.h
- src/object/auto/autofactory.cpp