Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <windowcontroller.h>
Public Types | |
typedef WindowControllerTableEntry < Subclass > | WctlTableEntry |
Public Member Functions | |
virtual bool | processWindowCommand (const EventCommandId &command, Control *control) |
![]() | |
virtual void | init (void)=0 |
virtual void | run (void) |
virtual void | draw (void) |
virtual Window * | window (void) |
virtual void | setWindow (Window *w) |
WindowController () | |
virtual | ~WindowController (void) |
Static Protected Attributes | |
static const WctlTableEntry | WctlCommandTable [] |
Additional Inherited Members | |
![]() | |
Window * | m_window |
bool | m_deleteOnWindowClose |
Definition at line 87 of file windowcontroller.h.
typedef WindowControllerTableEntry< Subclass > WctlBase< Subclass >::WctlTableEntry |
Definition at line 90 of file windowcontroller.h.
|
inlinevirtual |
|
staticprotected |
Definition at line 109 of file windowcontroller.h.
Referenced by WctlBase< BaseComputer >::processWindowCommand().