soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SDimensionParser Class Reference

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.
 

Detailed Description

Parser for dimension values.

Definition at line 333 of file SNamedValue.h.

Member Function Documentation

◆ GetNullValue()

SLayoutSize SDimensionParser::GetNullValue ( )
static

Retrieves the null value for dimensions.

Returns
Null value for dimensions.

Definition at line 143 of file SNamedValue.cpp.

◆ ParseValue()

bool SDimensionParser::ParseValue ( const SStringW & strValue,
SLayoutSize & value )
static

Parses a string to a dimension value.

Parameters
strValueString representation of the dimension.
valueVariable to store the parsed dimension value.
Returns
TRUE if parsing is successful, FALSE otherwise.

Definition at line 137 of file SNamedValue.cpp.


The documentation for this class was generated from the following files: