10#ifndef CGUIICONBUTTON__H_
11#define CGUIICONBUTTON__H_
81 const eC_Value& vX,
const eC_Value& vY,
82 const eC_Value& vWidth,
83 const eC_Value& vHeight,
84 const eC_Value& vXIconPos,
85 const eC_Value& vYIconPos,
86 const eC_String& pkText,
103 const eC_Value& vXIconPos,
104 const eC_Value& vYIconPos,
105 const eC_String& rkText,
123 const eC_Value& vX,
const eC_Value& vY,
124 const eC_Value& vWidth,
125 const eC_Value& vHeight,
126 const eC_Value& vXIconPos,
127 const eC_Value& vYIconPos,
144 const eC_Value& vXIconPos,
145 const eC_Value& vYIconPos,
202 void SetIconPos(
const eC_Value& vIconPosX,
const eC_Value& vIconPosY);
208 void GetIconPos(eC_Value& vIconPosX, eC_Value& vIconPosY)
const;
231#ifdef GUILIANI_STREAM_GUI
235#ifdef GUILIANI_STREAM_GUI
238#ifdef GUILIANI_WRITE_GUI
Helper Macros in Guiliani
ImageResource_t
Enumeration of image resource ids.
Definition: GUIImageResource.h:126
ObjectHandle_t
List of object resource ids.
Definition: GUIObjectHandleResource.h:55
TextResource_t
List of text resource ids.
Definition: GUITextResource.h:40
This is the Guiliani base class for all composite objects.
Definition: GUICompositeObject.h:70
Helper class to supply a platform independent rectangle implementation.
Definition: GUIRect.h:63