![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Inherited by client::CSSStyleSheet.
Public Member Functions | |
| bool | get_disabled () |
| void | set_disabled (bool) |
| String * | get_href () |
| MediaList * | get_media () |
| Node * | get_ownerNode () |
| StyleSheet * | get_parentStyleSheet () |
| String * | get_title () |
| String * | get_type () |
| StyleSheet * | get_prototype () |
| void | set_prototype (StyleSheet *) |
| StyleSheet () | |
Public Member Functions inherited from client::Object | |
| 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::StyleSheet::StyleSheet | ( | ) |
| bool client::StyleSheet::get_disabled | ( | ) |
| String* client::StyleSheet::get_href | ( | ) |
| MediaList* client::StyleSheet::get_media | ( | ) |
| Node* client::StyleSheet::get_ownerNode | ( | ) |
| StyleSheet* client::StyleSheet::get_parentStyleSheet | ( | ) |
| StyleSheet* client::StyleSheet::get_prototype | ( | ) |
| String* client::StyleSheet::get_title | ( | ) |
| String* client::StyleSheet::get_type | ( | ) |
| void client::StyleSheet::set_disabled | ( | bool | ) |
| void client::StyleSheet::set_prototype | ( | StyleSheet * | ) |
1.8.13