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

CDMEGauge Class Reference

#include <Gauges.h>

Inheritance diagram for CDMEGauge:

CBitmapGauge CGauge CStreamObject CObject List of all members.

Public Member Functions

 CDMEGauge (void)
int Read (SStream *stream, Tag tag)
virtual ECursorResult MouseMoved (int x, int y)

Protected Attributes

bool hold
int dist_x
int dist_y
int sped_x
int sped_y
int time_x
int time_y
CGaugeKnob knob
bool tiny

Detailed Description

Definition at line 2405 of file Gauges.h.


Constructor & Destructor Documentation

CDMEGauge::CDMEGauge void   ) 
 

Definition at line 8604 of file Gauges.cpp.

References dist_x, dist_y, hold, sped_x, sped_y, time_x, time_y, and tiny.


Member Function Documentation

ECursorResult CDMEGauge::MouseMoved int  x,
int  y
[virtual]
 

Reimplemented from CGauge.

Definition at line 8665 of file Gauges.cpp.

References CURSOR_NOT_CHANGED, knob, CGauge::MouseMoved(), and CGaugeClickArea::MouseMoved().

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

Todo:
Parse user string into SMessage field update

Reimplemented from CBitmapGauge.

Definition at line 8613 of file Gauges.cpp.

References dist_x, dist_y, globals, hold, knob, SGlobals::logWarning, CBitmapGauge::Read(), ReadFrom(), ReadInt(), sped_x, sped_y, TAG_IGNORED, TAG_READ, TagToString(), time_x, time_y, tiny, and CLogFile::Write().


Member Data Documentation

int CDMEGauge::dist_x [protected]
 

Definition at line 2417 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

int CDMEGauge::dist_y [protected]
 

Definition at line 2417 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

bool CDMEGauge::hold [protected]
 

Definition at line 2416 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

CGaugeKnob CDMEGauge::knob [protected]
 

Definition at line 2420 of file Gauges.h.

Referenced by MouseMoved(), and Read().

int CDMEGauge::sped_x [protected]
 

Definition at line 2418 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

int CDMEGauge::sped_y [protected]
 

Definition at line 2418 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

int CDMEGauge::time_x [protected]
 

Definition at line 2419 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

int CDMEGauge::time_y [protected]
 

Definition at line 2419 of file Gauges.h.

Referenced by CDMEGauge(), and Read().

bool CDMEGauge::tiny [protected]
 

Definition at line 2421 of file Gauges.h.

Referenced by CDMEGauge(), and Read().


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