VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Attributes
vrvControlToolkit::DtVdcAttributeValue Class Reference

An instance of an attribute group (and corresponding attribute values) More...

List of all members.

Public Member Functions

 DtVdcAttributeValue ()
 Default Constructor.
 ~DtVdcAttributeValue ()
 Destructor (non-virtual - this is a non-virtual class)
DtVdcAttributeValueoperator= (const DtVdcAttributeValue &rhs)
 Assignment Operator.
 DtVdcAttributeValue (const DtVdcAttributeValue &orig)
 Copy Constructor.
DtAttributeValueUpdateattributeValueUpdate ()
 gets the record used to represent this attribute value on the network
const DtAttributeValueUpdateattributeValueUpdate () const
const DtStringtextValue () const
void setTextValue (const DtString &textValue)
double xValue () const
void setXValue (double x)
double yValue () const
void setYValue (double y)
bool dirty () const
void setDirty (bool dirty)

Protected Attributes

DtString myTextValue
double myXValue
double myYValue
bool myDirty
DtAttributeValueUpdate myAttributeValueUpdate

Detailed Description

An instance of an attribute group (and corresponding attribute values)

The DtAttributeValue class is a container for holding the different types of attribute values that attributes can assume. It also has a DtAttributeUpdatePdu, which is used by the DtStealthRemoteDrawer class to update the attribute value represented by an instance of this class.


Constructor & Destructor Documentation

Default Constructor.

Destructor (non-virtual - this is a non-virtual class)

Copy Constructor.


Member Function Documentation

DtVdcAttributeValue& vrvControlToolkit::DtVdcAttributeValue::operator= ( const DtVdcAttributeValue rhs)

Assignment Operator.

gets/sets a text attribute value (used for BMP attributes)

gets/sets a text attribute value (used for BMP attributes)

gets/sets a numeric (x) attribute value (used for numeric, value bar, and graph attributes

gets/sets a numeric (x) attribute value (used for numeric, value bar, and graph attributes

gets/sets a numeric (y) attribute value (used for graph attributes)

gets/sets a numeric (x) attribute value (used for numeric, value bar, and graph attributes

gets/sets a 'dirty' flag which indicates if the value has changed since the last time the group was updated to the network (used by DtStealthRemoteDrawer)

gets/sets a 'dirty' flag which indicates if the value has changed since the last time the group was updated to the network (used by DtStealthRemoteDrawer)

gets the record used to represent this attribute value on the network


Member Data Documentation


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)