Classes | |
class | BarGauge |
Processes and renders a bar gauge. More... | |
class | VerticalBarGauge |
Renders a vertical bar gauge. More... | |
class | NeedleGauge |
Renders a needle gauge. More... | |
class | Label |
Processes and renders a Table of values with an optional caption. More... | |
class | Map |
Processes and renders a map of the grid. More... | |
class | Rectangle |
Processes and renders a simple rectangle with foreground and background gradients. More... | |
class | Base |
Offers basic functions and keeps the camera settings. More... | |
class | WithCoordinates |
Able to store and parse the position and size of a widget. More... | |
class | WithDataFunctions |
This class offers functions to parse DataSet and friends. It doesn't parse anything by itself, ProcessDataSet() has to be called by an inherited class. More... | |
class | WithSingleData |
Allows one single DataSet without id="" attribute to be parsed and stored. More... | |
class | WithIdData |
Stores multiple DataSets in a map, keyed by their id="" attribute. More... | |
class | WithTable |
Implements a table, uses the previously parsed DataSets. More... | |
class | WithColorFunctions |
Offers basic functions to parse nodes that contain color information like Forground or Background. More... | |
class | WithForeground |
Able to parse and store Foreground nodes. More... | |
class | WithBackground |
Able to parse and store Background nodes. More... | |
class | WithLineColor |
Able to parse and store LineColor nodes. More... | |
class | WithCaption |
Able to parse and store a Caption node. More... | |
class | WithReverse |
Able to parse and store a Reverse node. More... | |
class | WithAngles |
Able to parse and store an Angles node. More... | |
class | WithShowSettings |
Able to parse and store ShowMinimum, ShowMaximum or ShowValue nodes. More... | |
Typedefs | |
typedef std::auto_ptr< Base > | Base_ptr |
simple shortcut; used in the derived classes |
typedef std::auto_ptr<Base> cWidget::Base_ptr |