30 #ifndef _FalagardStaticTextProperties_h_
31 #define _FalagardStaticTextProperties_h_
33 #include "../../CEGUIProperty.h"
45 namespace FalagardStaticTextProperties
67 "Property to get/set the text colours for the FalagardStaticText widget. Value is \"tl:[aarrggbb] tr:[aarrggbb] bl:[aarrggbb] br:[aarrggbb]\".",
68 "tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF")
99 "Property to get/set the horizontal formatting mode. Value is one of the HorzFormatting strings.",
126 "Property to get/set the vertical formatting mode. Value is one of the VertFormatting strings.",
152 "Property to get/set the setting for the vertical scroll bar. Value is either \"True\" or \"False\".",
178 "Property to get/set the setting for the horizontal scroll bar. Value is either \"True\" or \"False\".",
200 "Property to get the current horizontal extent of the formatted text "
201 "string. Value is a float indicating the pixel extent.",
223 "Property to get the current vertical extent of the formatted text "
224 "string. Value is a float indicating the pixel extent.",
237 #endif // end of guard _FalagardStaticTextProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the setting for enabling the vertical scroll bar.
Definition: FalStaticTextProperties.h:147
Property to access the text colours for the FalagardStaticText widget.
Definition: FalStaticTextProperties.h:62
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the vertical formatting mode setting.
Definition: FalStaticTextProperties.h:121
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Read-only property to access the current vertical extent of the formatted StaticText string...
Definition: FalStaticTextProperties.h:218
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
An abstract class that defines the interface to access object properties by name. ...
Definition: CEGUIProperty.h:61
Property(const String &name, const String &help, const String &defaultValue="", bool writesXML=true)
Creates a new Property object.
Definition: CEGUIProperty.h:81
Property to access the setting for enabling the horizontal scroll bar.
Definition: FalStaticTextProperties.h:173
Read-only property to access the current horizontal extent of the formatted StaticText string...
Definition: FalStaticTextProperties.h:195
String class used within the GUI system.
Definition: CEGUIString.h:57
Property to access the horizontal formatting mode setting.
Definition: FalStaticTextProperties.h:94