![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::CSSRule.
Inherited by client::CSSConditionRule.
Public Member Functions | |
CSSRuleList * | get_cssRules () |
void | deleteRule (double index) |
double | insertRule (const String &rule, double index) |
CSSGroupingRule * | get_prototype () |
void | set_prototype (CSSGroupingRule *) |
CSSGroupingRule () | |
![]() | |
String * | get_cssText () |
void | set_cssText (const String &) |
CSSRule * | get_parentRule () |
CSSStyleSheet * | get_parentStyleSheet () |
double | get_type () |
CSSRule * | get_prototype () |
void | set_prototype (CSSRule *) |
CSSRule () | |
double | get_CHARSET_RULE () |
double | get_FONT_FACE_RULE () |
double | get_IMPORT_RULE () |
double | get_KEYFRAMES_RULE () |
double | get_KEYFRAME_RULE () |
double | get_MEDIA_RULE () |
double | get_NAMESPACE_RULE () |
double | get_PAGE_RULE () |
double | get_STYLE_RULE () |
double | get_SUPPORTS_RULE () |
double | get_UNKNOWN_RULE () |
double | get_VIEWPORT_RULE () |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::CSSGroupingRule::CSSGroupingRule | ( | ) |
void client::CSSGroupingRule::deleteRule | ( | double | index | ) |
CSSRuleList* client::CSSGroupingRule::get_cssRules | ( | ) |
CSSGroupingRule* client::CSSGroupingRule::get_prototype | ( | ) |
double client::CSSGroupingRule::insertRule | ( | const String & | rule, |
double | index | ||
) |
void client::CSSGroupingRule::set_prototype | ( | CSSGroupingRule * | ) |