Crazy Eddies GUI System  0.7.6
Static Public Member Functions | List of all members
CEGUI::PropertyHelper Class Reference

Helper class used to convert various data types to and from the format expected in Propery strings. More...

Static Public Member Functions

static float stringToFloat (const String &str)
static uint stringToUint (const String &str)
static int stringToInt (const String &str)
static bool stringToBool (const String &str)
static Size stringToSize (const String &str)
static Point stringToPoint (const String &str)
static Vector3 stringToVector3 (const String &str)
static Rect stringToRect (const String &str)
static const ImagestringToImage (const String &str)
static colour stringToColour (const String &str)
static ColourRect stringToColourRect (const String &str)
static UDim stringToUDim (const String &str)
static UVector2 stringToUVector2 (const String &str)
static URect stringToURect (const String &str)
static UBox stringToUBox (const String &str)
static String floatToString (float val)
static String uintToString (uint val)
static String intToString (int val)
static String boolToString (bool val)
static String sizeToString (const Size &val)
static String pointToString (const Point &val)
static String vector3ToString (const Vector3 &val)
static String rectToString (const Rect &val)
static String imageToString (const Image *const val)
static String colourToString (const colour &val)
static String colourRectToString (const ColourRect &val)
static String udimToString (const UDim &val)
static String uvector2ToString (const UVector2 &val)
static String urectToString (const URect &val)
static String uboxToString (const UBox &val)

Detailed Description

Helper class used to convert various data types to and from the format expected in Propery strings.