API documentation  2.0rc1
Public Member Functions | List of all members
client::CSSSupportsRule Class Reference

#include <clientlib.h>

Inherits client::CSSConditionRule.

Public Member Functions

CSSSupportsRuleget_prototype ()
 
void set_prototype (CSSSupportsRule *)
 
 CSSSupportsRule ()
 
- Public Member Functions inherited from client::CSSConditionRule
Stringget_conditionText ()
 
void set_conditionText (const String &)
 
CSSConditionRuleget_prototype ()
 
void set_prototype (CSSConditionRule *)
 
 CSSConditionRule ()
 
- Public Member Functions inherited from client::CSSGroupingRule
CSSRuleListget_cssRules ()
 
void deleteRule (double index)
 
double insertRule (const String &rule, double index)
 
CSSGroupingRuleget_prototype ()
 
void set_prototype (CSSGroupingRule *)
 
 CSSGroupingRule ()
 
- Public Member Functions inherited from client::CSSRule
Stringget_cssText ()
 
void set_cssText (const String &)
 
CSSRuleget_parentRule ()
 
CSSStyleSheetget_parentStyleSheet ()
 
double get_type ()
 
CSSRuleget_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 ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ CSSSupportsRule()

client::CSSSupportsRule::CSSSupportsRule ( )

Member Function Documentation

◆ get_prototype()

CSSSupportsRule* client::CSSSupportsRule::get_prototype ( )

◆ set_prototype()

void client::CSSSupportsRule::set_prototype ( CSSSupportsRule )