#include "glm/glm.hpp"
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
◆ CSSValueType
| Enumerator |
|---|
| None | |
| Number | |
| Percent | |
| Color | |
| String | |
| Enum | |
| Auto | |
◆ ApplyCSSProperty()
| void ApplyCSSProperty |
( |
Widget * |
widget, |
|
|
const char * |
elementType, |
|
|
const std::string & |
propName, |
|
|
const CSSValue & |
value |
|
) |
| |
◆ ParseCSSColor()
| CSSValue ParseCSSColor |
( |
const char * |
str | ) |
|
◆ ParseCSSGenericValue()
| CSSValue ParseCSSGenericValue |
( |
const char * |
str | ) |
|
◆ ParseCSSLength()
| CSSValue ParseCSSLength |
( |
const char * |
str | ) |
|
◆ ParseInlineStyle()
| void ParseInlineStyle |
( |
const char * |
styleStr, |
|
|
std::vector< std::pair< std::string, CSSValue > > & |
outProps |
|
) |
| |
◆ UIElementToWidgetType()
| const char * UIElementToWidgetType |
( |
const char * |
elementName | ) |
|
◆ UIWidgetTypeToElement()
| const char * UIWidgetTypeToElement |
( |
const char * |
widgetType | ) |
|