class DataElement: public AlterableObject
Abstract class that implements the skeleton of a data element.
Inherits from AlterableObject.
DataElement | Abstract class that implements the skeleton of a data element. |
Functions | |
DataElement | Unused constructor of abstract class. |
~DataElement | Virtual. |
GetDataEntry | Returns the data entry connected to the data element. |
GetLabel | Returns the label connected to the data element. |
GetLeft | Returns the left value of the data element. |
GetTop | Returns the top value of the data element. |
GetBottom | Returns the bottom value of the data element. |
GetWidth | Returns the width of the data element. |
GetHeight | Returns the height of the data element. |
GetAlpha | Returns the alpha color value of the data element. |
Scale | Virtual. |
Abstract class that implements the skeleton of a data element.
class DataElement: public AlterableObject
Unused constructor of abstract class.
DataElement()
Virtual.
virtual ~DataElement()
Returns the data entry connected to the data element.
DataEntry* GetDataEntry()
Returns the label connected to the data element.
Label* GetLabel()
Returns the left value of the data element.
float GetLeft()
Returns the top value of the data element.
float GetTop()
Returns the bottom value of the data element.
float GetBottom()
Returns the width of the data element.
float GetWidth()
Returns the height of the data element.
float GetHeight()
Returns the alpha color value of the data element.
float GetAlpha()
Virtual.
virtual void Scale( float fDeltaWidth, float fDeltaHeight ) = 0
Abstract class that implements the skeleton of an alterable object, i.e.
class AlterableObject