|
Colobot
|

Public Member Functions | |
| CScreenIORead (CScreenLevelList *screenLevelList) | |
| void | SetInSimulation (bool inSimulation) |
| void | CreateInterface () override |
| bool | EventProcess (const Event &event) override |
Protected Attributes | |
| bool | m_inSimulation |
Protected Attributes inherited from Ui::CScreenIO | |
| CScreenLevelList * | m_screenLevelList |
| std::vector< std::string > | m_saveList |
Protected Attributes inherited from Ui::CScreen | |
| CRobotMain * | m_main |
| CInterface * | m_interface |
| CApplication * | m_app |
| CEventQueue * | m_eventQueue |
| Gfx::CEngine * | m_engine |
| CSoundInterface * | m_sound |
| const Math::Point | dim = Math::Point(32.0f/640.0f, 32.0f/480.0f) |
| const float | ox = 3.0f/640.0f |
| const float | oy = 3.0f/480.0f |
| const float | sx = (32.0f+2.0f)/640.0f |
| const float | sy = (32.0f+2.0f)/480.0f |
Additional Inherited Members | |
Protected Member Functions inherited from Ui::CScreenIO | |
| CScreenIO (CScreenLevelList *screenLevelList) | |
| void | IOReadName () |
| void | IOReadList (bool isWrite) |
| void | IOUpdateList (bool isWrite) |
| void | IODeleteScene () |
| void | IOWriteScene () |
| bool | IOReadScene () |
Protected Member Functions inherited from Ui::CScreen | |
| void | CreateVersionDisplay () |
| void | SetBackground (const std::string &filename, bool scaled=false) |
|
overridevirtual |
Implements Ui::CScreen.
|
overridevirtual |
Implements Ui::CScreen.