Parser for dimension values. More...
#include <SNamedValue.h>
Static Public Member Functions | |
static bool | ParseValue (const SStringW &strValue, SLayoutSize &value) |
Parses a string to a dimension value. | |
static SLayoutSize | GetNullValue () |
Retrieves the null value for dimensions. | |
Parser for dimension values.
Definition at line 333 of file SNamedValue.h.
|
static |
Retrieves the null value for dimensions.
Definition at line 143 of file SNamedValue.cpp.
|
static |
Parses a string to a dimension value.
strValue | String representation of the dimension. |
value | Variable to store the parsed dimension value. |
Definition at line 137 of file SNamedValue.cpp.