#include <GameWindowManager.h>
Public Member Functions | |
| WindowLayoutInfo () | |
Public Attributes | |
| UnsignedInt | version |
| file version that was loaded | |
| WindowLayoutInitFunc | init |
| init method (if specified) | |
| WindowLayoutUpdateFunc | update |
| update method (if specified) | |
| WindowLayoutShutdownFunc | shutdown |
| shutdown method (if specified) | |
| AsciiString | initNameString |
| init method in flavor of string name | |
| AsciiString | updateNameString |
| update method in string flavor | |
| AsciiString | shutdownNameString |
| shutdown method in string flavor, mmm! | |
| std::list< GameWindow * > | windows |
| list of top-level windows in the layout | |
Definition at line 56 of file GameWindowManager.h.
| WindowLayoutInfo::WindowLayoutInfo | ( | ) |
Definition at line 2684 of file GameWindowManagerScript.cpp.
| WindowLayoutInitFunc WindowLayoutInfo::init |
init method (if specified)
Definition at line 63 of file GameWindowManager.h.
| AsciiString WindowLayoutInfo::initNameString |
init method in flavor of string name
Definition at line 66 of file GameWindowManager.h.
| WindowLayoutShutdownFunc WindowLayoutInfo::shutdown |
shutdown method (if specified)
Definition at line 65 of file GameWindowManager.h.
| AsciiString WindowLayoutInfo::shutdownNameString |
shutdown method in string flavor, mmm!
Definition at line 68 of file GameWindowManager.h.
| WindowLayoutUpdateFunc WindowLayoutInfo::update |
update method (if specified)
Definition at line 64 of file GameWindowManager.h.
| AsciiString WindowLayoutInfo::updateNameString |
update method in string flavor
Definition at line 67 of file GameWindowManager.h.
| UnsignedInt WindowLayoutInfo::version |
file version that was loaded
Definition at line 62 of file GameWindowManager.h.
| std::list<GameWindow *> WindowLayoutInfo::windows |
list of top-level windows in the layout
Definition at line 69 of file GameWindowManager.h.