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

CLightButtonGauge Class Reference

#include <Gauges.h>

Inheritance diagram for CLightButtonGauge:

CPushButtonGauge CGauge CStreamObject CObject List of all members.

Public Member Functions

 CLightButtonGauge (void)
int Read (SStream *stream, Tag tag)

Protected Attributes

SMessage lmsg
int stat_off
int stat_on
char sstr_off [64]
char sstr_on [64]

Detailed Description

Definition at line 2982 of file Gauges.h.


Constructor & Destructor Documentation

CLightButtonGauge::CLightButtonGauge void   ) 
 

Definition at line 10864 of file Gauges.cpp.

References lmsg, sstr_off, sstr_on, stat_off, and stat_on.


Member Function Documentation

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

Todo:
Parse user string into SMessage field update

Reimplemented from CPushButtonGauge.

Definition at line 10872 of file Gauges.cpp.

References globals, lmsg, SGlobals::logWarning, CPushButtonGauge::Read(), ReadInt(), ReadMessage(), ReadString(), sstr_off, sstr_on, stat_off, stat_on, TAG_IGNORED, TAG_READ, TagToString(), and CLogFile::Write().


Member Data Documentation

SMessage CLightButtonGauge::lmsg [protected]
 

Definition at line 2990 of file Gauges.h.

Referenced by CLightButtonGauge(), and Read().

char CLightButtonGauge::sstr_off[64] [protected]
 

Definition at line 2992 of file Gauges.h.

Referenced by CLightButtonGauge(), and Read().

char CLightButtonGauge::sstr_on[64] [protected]
 

Definition at line 2993 of file Gauges.h.

Referenced by CLightButtonGauge(), and Read().

int CLightButtonGauge::stat_off [protected]
 

Definition at line 2991 of file Gauges.h.

Referenced by CLightButtonGauge(), and Read().

int CLightButtonGauge::stat_on [protected]
 

Definition at line 2991 of file Gauges.h.

Referenced by CLightButtonGauge(), and Read().


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