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

#include <clientlib.h>

Inherits client::Object.

Inherited by client::CSSStyleSheet.

Public Member Functions

bool get_disabled ()
 
void set_disabled (bool)
 
Stringget_href ()
 
MediaListget_media ()
 
Nodeget_ownerNode ()
 
StyleSheetget_parentStyleSheet ()
 
Stringget_title ()
 
Stringget_type ()
 
StyleSheetget_prototype ()
 
void set_prototype (StyleSheet *)
 
 StyleSheet ()
 
- 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

◆ StyleSheet()

client::StyleSheet::StyleSheet ( )

Member Function Documentation

◆ get_disabled()

bool client::StyleSheet::get_disabled ( )

◆ get_href()

String* client::StyleSheet::get_href ( )

◆ get_media()

MediaList* client::StyleSheet::get_media ( )

◆ get_ownerNode()

Node* client::StyleSheet::get_ownerNode ( )

◆ get_parentStyleSheet()

StyleSheet* client::StyleSheet::get_parentStyleSheet ( )

◆ get_prototype()

StyleSheet* client::StyleSheet::get_prototype ( )

◆ get_title()

String* client::StyleSheet::get_title ( )

◆ get_type()

String* client::StyleSheet::get_type ( )

◆ set_disabled()

void client::StyleSheet::set_disabled ( bool  )

◆ set_prototype()

void client::StyleSheet::set_prototype ( StyleSheet )