#include <CEGUIPropertyHelper.h>
Static Public Member Functions | |
float | stringToFloat (const String &str) |
uint | stringToUint (const String &str) |
bool | stringToBool (const String &str) |
Size | stringToSize (const String &str) |
Point | stringToPoint (const String &str) |
Rect | stringToRect (const String &str) |
MetricsMode | stringToMetricsMode (const String &str) |
const Image * | stringToImage (const String &str) |
colour | stringToColour (const String &str) |
ColourRect | stringToColourRect (const String &str) |
String | floatToString (float val) |
String | uintToString (uint val) |
String | boolToString (bool val) |
String | sizeToString (const Size &val) |
String | pointToString (const Point &val) |
String | rectToString (const Rect &val) |
String | metricsModeToString (MetricsMode val) |
String | imageToString (const Image *const val) |
String | colourToString (const colour &val) |
String | colourRectToString (const ColourRect &val) |
Definition at line 39 of file CEGUIPropertyHelper.h.
|
Definition at line 169 of file CEGUIPropertyHelper.cpp. References CEGUI::utf8. |
|
Definition at line 268 of file CEGUIPropertyHelper.cpp. References CEGUI::ColourRect::d_bottom_left, CEGUI::ColourRect::d_bottom_right, CEGUI::ColourRect::d_top_left, CEGUI::ColourRect::d_top_right, CEGUI::colour::getARGB(), and CEGUI::utf8. |
|
Definition at line 245 of file CEGUIPropertyHelper.cpp. References CEGUI::colour::getARGB(), and CEGUI::utf8. |
|
Definition at line 147 of file CEGUIPropertyHelper.cpp. References CEGUI::utf8. |
|
Definition at line 234 of file CEGUIPropertyHelper.cpp. References CEGUI::Image::getImagesetName(), CEGUI::Image::getName(), and CEGUI::utf8. |
|
Definition at line 216 of file CEGUIPropertyHelper.cpp. References CEGUI::utf8. |
|
Definition at line 194 of file CEGUIPropertyHelper.cpp. References CEGUI::Vector2::d_x, CEGUI::Vector2::d_y, CEGUI::Point, and CEGUI::utf8. |
|
Definition at line 205 of file CEGUIPropertyHelper.cpp. References CEGUI::Rect::d_bottom, CEGUI::Rect::d_left, CEGUI::Rect::d_right, CEGUI::Rect::d_top, and CEGUI::utf8. |
|
Definition at line 183 of file CEGUIPropertyHelper.cpp. References CEGUI::Size::d_height, CEGUI::Size::d_width, and CEGUI::utf8. |
|
Definition at line 58 of file CEGUIPropertyHelper.cpp. References CEGUI::utf8. |
|
Definition at line 256 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), and CEGUI::ulong. |
|
Definition at line 279 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), and CEGUI::ulong. |
|
Definition at line 36 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(). |
|
Definition at line 123 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), and CEGUI::utf8. |
|
Definition at line 105 of file CEGUIPropertyHelper.cpp. References CEGUI::MetricsMode, and CEGUI::utf8. |
|
Definition at line 83 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), CEGUI::Vector2::d_x, CEGUI::Vector2::d_y, and CEGUI::Point. |
|
Definition at line 94 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), CEGUI::Rect::d_bottom, CEGUI::Rect::d_left, CEGUI::Rect::d_right, and CEGUI::Rect::d_top. |
|
Definition at line 72 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), CEGUI::Size::d_height, and CEGUI::Size::d_width. |
|
Definition at line 47 of file CEGUIPropertyHelper.cpp. References CEGUI::String::c_str(), and CEGUI::uint. |
|
Definition at line 158 of file CEGUIPropertyHelper.cpp. References CEGUI::utf8. |