Types
| Name | Value | Description |
|---|---|---|
Parser | std::function<T(const String &)> |
Constructors
| Name | Description |
|---|---|
StyleProperty( A... args ) |
Functions
| Access | Return | Modifier | Name | Description |
|---|---|---|---|---|
public | bool | inline, const | ||
public | inline, const | getRaw() | ||
public | void | inline | ||
public | T | inline, const | get() | |
public | void | inline | ||
public | void | inline | set( T inValue ) | |
public | void | inline | refresh() | |
public | void | inline | parseWith( std::function<T(const String &)> inParser ) | |
public | bool | inline | ||
public | bool | inline |