Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NavComputer::WctlTableEntry Struct Reference

#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
 

Detailed Description

Definition at line 182 of file navcomputer.h.

Constructor & Destructor Documentation

NavComputer::WctlTableEntry::WctlTableEntry ( const EventCommandId cmd,
const std::string &  cid,
const WCtlHandler func 
)
inline

Definition at line 187 of file navcomputer.h.

187  :
188  command( cmd )
189  , controlId( cid )
190  , function( func ) {}

Member Data Documentation

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().


The documentation for this struct was generated from the following file: