10#ifndef GUIINPUTFIELD__H_
11#define GUIINPUTFIELD__H_
13#include "GUIBaseInputField.h"
14#include "GUINinePatch.h"
83 const eC_Value& vX,
const eC_Value& vY,
84 const eC_Value& vWidth,
const eC_Value& vHeight,
85 const eC_String &rkText,
99 const eC_String &rkText,
146#ifdef GUILIANI_STREAM_GUI
150#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
This is the Guiliani base class for all composite objects.
Definition: GUICompositeObject.h:70
AcceptedChars_t
Sets of characters that are accepted as input in a CGUIEdit.
Definition: GUIEdit.h:70
@ AC_ALL
All characters.
Definition: GUIEdit.h:72
Helper class to for storing Nine-Patch images.
Definition: GUINinePatch.h:41
Helper class to supply a platform independent rectangle implementation.
Definition: GUIRect.h:63