#include <pStatCollectorDef.h>
Public Member Functions | |
PStatCollectorDef () | |
PStatCollectorDef (int index, const string &name) | |
void | set_parent (const PStatCollectorDef &parent) |
void | write_datagram (Datagram &destination) const |
void | read_datagram (DatagramIterator &source, PStatClientVersion *version) |
Public Attributes | |
int | _index |
string | _name |
int | _parent_index |
RGBColorf | _suggested_color |
int | _sort |
string | _level_units |
float | _suggested_scale |
float | _factor |
bool | _is_active |
bool | _active_explicitly_set |
|
Definition at line 31 of file pStatCollectorDef.cxx. References _active_explicitly_set, _factor, _index, _is_active, _parent_index, _sort, _suggested_color, and _suggested_scale. |
|
Definition at line 48 of file pStatCollectorDef.cxx. References _active_explicitly_set, _factor, _is_active, _parent_index, _sort, _suggested_color, _suggested_scale, and index. |
|
Definition at line 103 of file pStatCollectorDef.cxx. References _factor, _index, _level_units, _name, _parent_index, _sort, _suggested_color, _suggested_scale, DatagramIterator::get_float32(), DatagramIterator::get_int16(), and DatagramIterator::get_string(). Referenced by PStatClientControlMessage::decode(). |
|
Definition at line 70 of file pStatCollectorDef.cxx. References _active_explicitly_set, _factor, _index, _is_active, _level_units, _parent_index, and _suggested_scale. |
|
Definition at line 86 of file pStatCollectorDef.cxx. References _factor, _index, _level_units, _name, _parent_index, _sort, _suggested_color, _suggested_scale, Datagram::add_float32(), Datagram::add_int16(), and Datagram::add_string(). |
|
Definition at line 54 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), and set_parent(). |
|
Definition at line 52 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), set_parent(), and write_datagram(). |
|
Definition at line 45 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), set_parent(), and write_datagram(). |
|
Definition at line 53 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), and set_parent(). |
|
Definition at line 50 of file pStatCollectorDef.h. Referenced by read_datagram(), set_parent(), and write_datagram(). |
|
Definition at line 46 of file pStatCollectorDef.h. Referenced by read_datagram(), and write_datagram(). |
|
Definition at line 47 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), set_parent(), and write_datagram(). |
|
Definition at line 49 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), and write_datagram(). |
|
Definition at line 48 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), and write_datagram(). |
|
Definition at line 51 of file pStatCollectorDef.h. Referenced by PStatCollectorDef(), read_datagram(), set_parent(), and write_datagram(). |