Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

CSimpleFloatSwitch Class Reference

#include <Gauges.h>

Inheritance diagram for CSimpleFloatSwitch:

CGauge CStreamObject CObject List of all members.

Public Member Functions

 CSimpleFloatSwitch (void)
virtual ~CSimpleFloatSwitch (void)
int Read (SStream *stream, Tag tag)
void ReadFinished (void)

Protected Attributes

char bmap_art [64]
char csru_csr [64]
char csrd_csr [64]
int csru_tag
int csrd_tag
char sfxu_wav [64]
char sfxd_wav [64]
int sfxu_tag
int sfxd_tag
int stat_n
float * stat
int sstr_n
char ** sstr
bool mmnt

Detailed Description

Definition at line 2682 of file Gauges.h.


Constructor & Destructor Documentation

CSimpleFloatSwitch::CSimpleFloatSwitch void   ) 
 

Definition at line 9908 of file Gauges.cpp.

References bmap_art, csrd_csr, csrd_tag, csru_csr, csru_tag, mmnt, sfxd_tag, sfxd_wav, sfxu_tag, sfxu_wav, sstr, sstr_n, stat, and stat_n.

CSimpleFloatSwitch::~CSimpleFloatSwitch void   )  [virtual]
 

Definition at line 9924 of file Gauges.cpp.

References sstr, sstr_n, and stat.


Member Function Documentation

int CSimpleFloatSwitch::Read SStream stream,
Tag  tag
[virtual]
 

Todo:
Parse user string into SMessage field update

Reimplemented from CGauge.

Definition at line 9935 of file Gauges.cpp.

References bmap_art, csrd_csr, csru_csr, globals, gtfo, SGlobals::logWarning, mmnt, CGauge::Read(), ReadFloat(), ReadInt(), ReadString(), sfxd_wav, sfxu_wav, sstr, sstr_n, stat, stat_n, TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write().

void CSimpleFloatSwitch::ReadFinished void   )  [virtual]
 

Reimplemented from CGauge.

Definition at line 10017 of file Gauges.cpp.

References SGlobals::audiomgr, CCursorManager::BindCursor(), CAudioManager::CreateSfx(), csrd_csr, csrd_tag, csru_csr, csru_tag, SGlobals::cursormgr, globals, SGlobals::pfs, CGauge::ReadFinished(), sfxu_tag, and sfxu_wav.


Member Data Documentation

char CSimpleFloatSwitch::bmap_art[64] [protected]
 

Definition at line 2692 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and Read().

char CSimpleFloatSwitch::csrd_csr[64] [protected]
 

Definition at line 2696 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ReadFinished().

int CSimpleFloatSwitch::csrd_tag [protected]
 

Definition at line 2697 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and ReadFinished().

char CSimpleFloatSwitch::csru_csr[64] [protected]
 

Definition at line 2695 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ReadFinished().

int CSimpleFloatSwitch::csru_tag [protected]
 

Definition at line 2697 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and ReadFinished().

bool CSimpleFloatSwitch::mmnt [protected]
 

Definition at line 2708 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and Read().

int CSimpleFloatSwitch::sfxd_tag [protected]
 

Definition at line 2702 of file Gauges.h.

Referenced by CSimpleFloatSwitch().

char CSimpleFloatSwitch::sfxd_wav[64] [protected]
 

Definition at line 2701 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and Read().

int CSimpleFloatSwitch::sfxu_tag [protected]
 

Definition at line 2702 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and ReadFinished().

char CSimpleFloatSwitch::sfxu_wav[64] [protected]
 

Definition at line 2700 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ReadFinished().

char** CSimpleFloatSwitch::sstr [protected]
 

Definition at line 2707 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ~CSimpleFloatSwitch().

int CSimpleFloatSwitch::sstr_n [protected]
 

Definition at line 2706 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ~CSimpleFloatSwitch().

float* CSimpleFloatSwitch::stat [protected]
 

Definition at line 2705 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), Read(), and ~CSimpleFloatSwitch().

int CSimpleFloatSwitch::stat_n [protected]
 

Definition at line 2704 of file Gauges.h.

Referenced by CSimpleFloatSwitch(), and Read().


The documentation for this class was generated from the following files:
SourceForge.net Logo Documentation generated by doxygen