#include <UITypes.h>
◆ IsValid()
| bool CSSValue::IsValid |
( |
| ) |
const |
|
inline |
◆ MakeColor()
| CSSValue CSSValue::MakeColor |
( |
glm::vec4 |
col | ) |
|
|
static |
◆ MakeEnum()
| CSSValue CSSValue::MakeEnum |
( |
const std::string & |
str | ) |
|
|
static |
◆ MakeNumber()
| CSSValue CSSValue::MakeNumber |
( |
float |
val | ) |
|
|
static |
◆ MakePercent()
| CSSValue CSSValue::MakePercent |
( |
float |
val | ) |
|
|
static |
◆ MakeString()
| CSSValue CSSValue::MakeString |
( |
const std::string & |
str | ) |
|
|
static |
◆ mColor
| glm::vec4 CSSValue::mColor = { 0.0f, 0.0f, 0.0f, 1.0f } |
◆ mNumber
| float CSSValue::mNumber = 0.0f |
◆ mString
| std::string CSSValue::mString |
◆ mType
The documentation for this struct was generated from the following files: