CEGUI::AbsoluteDim Class Reference

Dimension type that represents an absolute pixel value. Implements BaseDim interface. More...

Inheritance diagram for CEGUI::AbsoluteDim:

Inheritance graph
[legend]
Collaboration diagram for CEGUI::AbsoluteDim:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 AbsoluteDim (float val)
 Constructor.
void setValue (float val)
 Set the current value of the AbsoluteDim.

Protected Member Functions

float getValue_impl (const Window &wnd) const
 Implementataion method to return the base value for this BaseDim. This method should not attempt to apply the mathematical operator; this is handled automatically.
float getValue_impl (const Window &wnd, const Rect &container) const
 Implementataion method to return the base value for this BaseDim. This method should not attempt to apply the mathematical operator; this is handled automatically by BaseDim.
void writeXMLElementName_impl (XMLSerializer &xml_stream) const
 Implementataion method to output real xml element name.
void writeXMLElementAttributes_impl (XMLSerializer &xml_stream) const
 Implementataion method to create the element attributes.
BaseDimclone_impl () const
 Implementataion method to return a clone of this sub-class of BaseDim. This method should not attempt to clone the mathematical operator or operand; theis is handled automatically by BaseDim.


Detailed Description

Dimension type that represents an absolute pixel value. Implements BaseDim interface.

Constructor & Destructor Documentation

CEGUI::AbsoluteDim::AbsoluteDim ( float  val  ) 

Constructor.

Parameters:
val float value to be assigned to the AbsoluteDim.

Referenced by clone_impl().


Generated on Thu Nov 27 20:34:40 2008 for Crazy Eddies GUI System by  doxygen 1.5.7.1