Style property set.
More...
#include <style.h>
uicore::Style::Style |
( |
const Style & |
| ) |
|
|
delete |
uicore::Style::~Style |
( |
| ) |
|
StyleGetValue uicore::Style::declared_value |
( |
const char * |
property_name | ) |
const |
Retrieve the declared value for a property.
void uicore::Style::set |
( |
const std::string & |
properties | ) |
|
Parse and apply CSS properties to property set
The properties string uses the same syntax as when styles are specified using the 'style' attribute in HTML. This function does not clear the current properties already set and can be called multiple times with individual sets of properties.
Additional arguments can be passed in and will be inserted with the same syntax as when using the string_format function.
Referenced by set().
template<class Arg1 , typename... Values>
void uicore::Style::set |
( |
const std::string & |
properties, |
|
|
Arg1 |
arg1, |
|
|
Values... |
values |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: