#include <css_import.h>
Public Member Functions | |
Construction | |
| CL_CSSImport () | |
| Constructs a CSS import directive. | |
| ~CL_CSSImport () | |
Attributes | |
| CL_String & | get_value () |
| Returns the value of the import directive. | |
Operations | |
| void | set_value (const CL_String &value) |
| Sets the value of the import directive. | |
| bool | operator== (const CL_CSSImport &other) const |
CSS import directives specify other CSS documents with further CSS rule sets. !group=Core/CSS! !header=core.h!
|
|
Constructs a CSS import directive.
|
|
|
|
|
|
Returns the value of the import directive.
|
|
|
|
|
|
Sets the value of the import directive.
|
1.4.6