Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <windowcontroller.h>
Public Types | |
typedef bool(T::* | Handler )(const EventCommandId &command, Control *control) |
Public Member Functions | |
WindowControllerTableEntry (const EventCommandId &cmd, const std::string &cid, const Handler &func) | |
Public Attributes | |
EventCommandId | command |
std::string | controlId |
Handler | function |
Definition at line 73 of file windowcontroller.h.
typedef bool(T::* WindowControllerTableEntry< T >::Handler)(const EventCommandId &command, Control *control) |
Definition at line 75 of file windowcontroller.h.
|
inline |
Definition at line 80 of file windowcontroller.h.
EventCommandId WindowControllerTableEntry< T >::command |
Definition at line 77 of file windowcontroller.h.
std::string WindowControllerTableEntry< T >::controlId |
Definition at line 78 of file windowcontroller.h.
Handler WindowControllerTableEntry< T >::function |
Definition at line 79 of file windowcontroller.h.
Referenced by WctlBase< BaseComputer >::processWindowCommand().