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
mItem Class Reference

#include <command.h>

Public Member Functions

 mItem ()
 

Public Attributes

std::string Name
 
std::string action
 
std::string display
 
std::string func2call
 
bool inputbit
 
bool inputbit2
 
bool autoreprint
 
std::string menubuf
 
std::string selectstring
 
std::string predisplay
 

Detailed Description

Definition at line 29 of file command.h.

Constructor & Destructor Documentation

mItem::mItem ( )
inline

Definition at line 35 of file command.h.

References autoreprint, inputbit, and inputbit2.

36  {
37  inputbit = false;
38  inputbit2 = false;
39  autoreprint = false;
40  }

Member Data Documentation

std::string mItem::action

Definition at line 42 of file command.h.

Referenced by commandI::callMenu().

bool mItem::autoreprint

Definition at line 52 of file command.h.

Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().

std::string mItem::display

Definition at line 43 of file command.h.

Referenced by ShipCommands::ShipCommands().

std::string mItem::func2call

Definition at line 45 of file command.h.

Referenced by commandI::callMenu(), and ShipCommands::ShipCommands().

bool mItem::inputbit

Definition at line 50 of file command.h.

Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().

bool mItem::inputbit2

Definition at line 51 of file command.h.

Referenced by commandI::callMenu(), mItem(), and ShipCommands::ShipCommands().

std::string mItem::menubuf

Definition at line 53 of file command.h.

Referenced by commandI::callMenu().

std::string mItem::Name

Definition at line 41 of file command.h.

Referenced by ShipCommands::ShipCommands().

std::string mItem::predisplay

Definition at line 56 of file command.h.

std::string mItem::selectstring

Definition at line 55 of file command.h.

Referenced by commandI::callMenu(), commandI::displaymenu(), and ShipCommands::ShipCommands().


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