#include <css_property.h>
Attributes | |
| enum | Priority { priority_normal, priority_important } |
| CSS priorities. More... | |
| const CL_String & | get_name () const |
| Returns the name of the property. | |
| const CL_String & | get_value () const |
| Returns the value of the property. | |
| Priority | get_priority () const |
| Returns the priority of the property. | |
Public Member Functions | |
Construction | |
| CL_CSSProperty () | |
| Constructs a CSS property. | |
| ~CL_CSSProperty () | |
Operations | |
| void | set_name (const CL_String &name) |
| Sets property name. | |
| void | set_value (const CL_String &value) |
| Sets property value. | |
| void | set_priority (Priority priority) |
| Sets property priority. | |
| bool | operator== (const CL_CSSProperty &other) const |
|
|
CSS priorities.
|
|
|
Constructs a CSS property.
|
|
|
|
|
|
Returns the name of the property.
|
|
|
Returns the priority of the property.
|
|
|
Returns the value of the property.
|
|
|
|
|
|
Sets property name.
|
|
|
Sets property priority.
|
|
|
Sets property value.
|
1.4.6