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
ModeInfo Struct Reference

Public Member Functions

 ModeInfo (string t="", string b="", string c="", string g="")
 
 ModeInfo (string t="", string b="", string c="", string g="")
 

Public Attributes

string title
 
string button
 
string command
 
string groupId
 

Detailed Description

Definition at line 264 of file basecomputer.cpp.

Constructor & Destructor Documentation

ModeInfo::ModeInfo ( string  t = "",
string  b = "",
string  c = "",
string  g = "" 
)
inline

Definition at line 270 of file basecomputer.cpp.

References g.

270  :
271  title( t )
272  , button( b )
273  , command( c )
274  , groupId( g ) {}
ModeInfo::ModeInfo ( string  t = "",
string  b = "",
string  c = "",
string  g = "" 
)
inline

Definition at line 54 of file navcomputer.cpp.

References g.

54  :
55  title( t )
56  , button( b )
57  , command( c )
58  , groupId( g ) {}

Member Data Documentation

string ModeInfo::button

Definition at line 267 of file basecomputer.cpp.

string ModeInfo::command

Definition at line 268 of file basecomputer.cpp.

string ModeInfo::groupId

Definition at line 269 of file basecomputer.cpp.

string ModeInfo::title

Definition at line 266 of file basecomputer.cpp.

Referenced by NavComputer::recalcTitle(), and BaseComputer::recalcTitle().


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