Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <navcomputer.h>
Public Member Functions | |
WctlTableEntry (const EventCommandId &cmd, const std::string &cid, const WCtlHandler &func) | |
Public Attributes | |
EventCommandId | command |
std::string | controlId |
WCtlHandler | function |
Definition at line 182 of file navcomputer.h.
|
inline |
Definition at line 187 of file navcomputer.h.
EventCommandId NavComputer::WctlTableEntry::command |
Definition at line 184 of file navcomputer.h.
std::string NavComputer::WctlTableEntry::controlId |
Definition at line 185 of file navcomputer.h.
WCtlHandler NavComputer::WctlTableEntry::function |
Definition at line 186 of file navcomputer.h.
Referenced by NavComputer::processWindowCommand().