![]() |
VR-Forces 4.0.4 Class Documentation
|
A Value Bar Attribute Template. More...

Public Member Functions | |
| DtBarAttributeTemplateObject (const DtGlobalObjectDesignator &templateId, const DtString &name, double minRange, double maxRange) | |
| Construct the Value Bar Attribute Group Template. | |
| virtual | ~DtBarAttributeTemplateObject () |
| DtBarAttributeTemplateObject (const DtBarAttributeTemplateObject &orig) | |
| Copy constructor. | |
| DtBarAttributeTemplateObject & | operator= (const DtBarAttributeTemplateObject &rhs) |
| Assignment operator. | |
| virtual double | minRange () const |
| minRange accessor | |
| virtual double | maxRange () const |
| maxRange accessor | |
Protected Attributes | |
| double | myMinRange |
| double | myMaxRange |
Private Member Functions | |
| DtBarAttributeTemplateObject () | |
| Default constructor. | |
A Value Bar Attribute Template.
DtBarAttributeTemplateObject represents a template that defines an attribute type in an Attribute Group that displays a horizontal value bar; a range (min and max) is specified, and then the bar is drawn showing what portion of the range is covered by the attribute value set.
| vrvControlToolkit::DtBarAttributeTemplateObject::DtBarAttributeTemplateObject | ( | const DtGlobalObjectDesignator & | templateId, |
| const DtString & | name, | ||
| double | minRange, | ||
| double | maxRange | ||
| ) |
Construct the Value Bar Attribute Group Template.
| id | Passed to DtSdcAtteibuteTemplate3Object base (see) |
| templateId | Passed to DtSdcAtteibuteTemplate3Object base (see) |
| name | |
| minRange | The minimum value for the range of values represented |
| maxRange | The maximum value for the range of values represented |
| virtual vrvControlToolkit::DtBarAttributeTemplateObject::~DtBarAttributeTemplateObject | ( | ) | [virtual] |
| vrvControlToolkit::DtBarAttributeTemplateObject::DtBarAttributeTemplateObject | ( | const DtBarAttributeTemplateObject & | orig | ) |
Copy constructor.
Default constructor.
Private and not implemented - you must supply all parameters to create a value bar attribute template
| DtBarAttributeTemplateObject& vrvControlToolkit::DtBarAttributeTemplateObject::operator= | ( | const DtBarAttributeTemplateObject & | rhs | ) |
Assignment operator.
| virtual double vrvControlToolkit::DtBarAttributeTemplateObject::minRange | ( | ) | const [virtual] |
minRange accessor
Get the minimum value for the range represented
| virtual double vrvControlToolkit::DtBarAttributeTemplateObject::maxRange | ( | ) | const [virtual] |
maxRange accessor
Get the maximum value for the range represented
double vrvControlToolkit::DtBarAttributeTemplateObject::myMinRange [protected] |
double vrvControlToolkit::DtBarAttributeTemplateObject::myMaxRange [protected] |