10#ifndef CGUIRADIALPROGRESSBAR__H_
11#define CGUIRADIALPROGRESSBAR__H_
13#include "GUIRadialBar.h"
16#include "GUICommonEnums.h"
17#include "GUINinePatch.h"
51 const eC_Value& vX,
const eC_Value& vY,
52 const eC_Value& vWidth,
const eC_Value& vHeight,
101#ifdef GUILIANI_STREAM_GUI
107#ifdef GUILIANI_WRITE_GUI
Helper Macros in Guiliani
ObjectHandle_t
List of object resource ids.
Definition: GUIObjectHandleResource.h:55
This is the Guiliani base class for all composite objects.
Definition: GUICompositeObject.h:70
Base class for radial bars.
Definition: GUIRadialBar.h:33
A primitive-based radial progress bar.
Definition: GUIRadialProgressBar.h:39
virtual void WriteToStream(const eC_Bool bWriteClassID=false)
CGUIRadialProgressBar & operator=(const CGUIRadialProgressBar &kSource)
void CopyAttributes(const CGUIRadialProgressBar &kSource)
virtual ~CGUIRadialProgressBar()
Destructor.
void DeInit()
Deinitialize the control and free the resources.
eC_Bool IncrementValue(eC_Bool bInc)
virtual void SetWidth(const eC_Value &vWidth)
CGUIRadialProgressBar(CGUICompositeObject *const pkParent, const eC_Value &vX, const eC_Value &vY, const eC_Value &vWidth, const eC_Value &vHeight, const ObjectHandle_t &eID=NO_HANDLE)
CGUIRadialProgressBar(const CGUIRadialProgressBar &kSource)
CGUIRadialProgressBar(CGUICompositeObject *const pkParent, const CGUIRect &kRect, const ObjectHandle_t &eID=NO_HANDLE)
virtual void ReadFromStream()
virtual void SetHeight(const eC_Value &vHeight)
virtual eC_Bool IsHighlightable() const
Definition: GUIRadialProgressBar.h:111
Helper class to supply a platform independent rectangle implementation.
Definition: GUIRect.h:63