28 #ifndef _CEGUIScrolledContainerProperties_h_
29 #define _CEGUIScrolledContainerProperties_h_
31 #include "../CEGUIProperty.h"
41 namespace ScrolledContainerProperties
60 "ContentPaneAutoSized",
61 "Property to get/set the setting which controls whether the content pane will auto-size itself. Value is either \"True\" or \"False\".",
88 "Property to get/set the current content area rectangle of the content pane. Value is \"l:[float] t:[float] r:[float] b:[float]\" (where l is left, t is top, r is right, and b is bottom).",
89 "l:0.000000 t:0.000000 r:0.000000 b:0.000000")
115 "Property to get the current content extents rectangle. Value is \"l:[float] t:[float] r:[float] b:[float]\" (where l is left, t is top, r is right, and b is bottom).",
116 "l:0.000000 t:0.000000 r:0.000000 b:0.000000")
127 #endif // end of guard _CEGUIScrolledContainerProperties_h_
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
Property to access the current content pane area rectangle (as window relative pixels).
Definition: CEGUIScrolledContainerProperties.h:83
Dummy base class to ensure correct casting of receivers.
Definition: CEGUIProperty.h:46
Property to access the setting which controls whether the content pane is automatically resized accor...
Definition: CEGUIScrolledContainerProperties.h:56
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
void set(PropertyReceiver *receiver, const String &value)
Sets the value of the property.
String class used within the GUI system.
Definition: CEGUIString.h:57