Style property set.
More...
#include <style.h>
|
static std::string | to_rgba (const Colorf &c) |
| Static helper that generates a "rgba(%1,%2,%3,%4)" string for the given color. More...
|
|
◆ Style() [1/2]
◆ Style() [2/2]
clan::Style::Style |
( |
const Style & |
| ) |
|
|
delete |
◆ ~Style()
◆ declared_value() [1/2]
StyleGetValue clan::Style::declared_value |
( |
const char * |
property_name | ) |
const |
Retrieve the declared value for a property.
◆ declared_value() [2/2]
StyleGetValue clan::Style::declared_value |
( |
const std::string & |
property_name | ) |
const |
|
inline |
◆ operator=()
◆ set() [1/2]
void clan::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().
◆ set() [2/2]
template<class Arg1 , typename... Values>
void clan::Style::set |
( |
const std::string & |
properties, |
|
|
Arg1 |
arg1, |
|
|
Values... |
values |
|
) |
| |
|
inline |
◆ to_rgba()
static std::string clan::Style::to_rgba |
( |
const Colorf & |
c | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: