![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
String * | get_body () |
void | set_body (const String &) |
Object * | get_data () |
void | set_data (Object *) |
String * | get_dir () |
void | set_dir (const String &) |
String * | get_icon () |
void | set_icon (const String &) |
String * | get_lang () |
void | set_lang (const String &) |
String * | get_tag () |
void | set_tag (const String &) |
![]() | |
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) |
String* client::NotificationOptions::get_body | ( | ) |
Object* client::NotificationOptions::get_data | ( | ) |
String* client::NotificationOptions::get_dir | ( | ) |
String* client::NotificationOptions::get_icon | ( | ) |
String* client::NotificationOptions::get_lang | ( | ) |
String* client::NotificationOptions::get_tag | ( | ) |
void client::NotificationOptions::set_body | ( | const String & | ) |
void client::NotificationOptions::set_data | ( | Object * | ) |
void client::NotificationOptions::set_dir | ( | const String & | ) |
void client::NotificationOptions::set_icon | ( | const String & | ) |
void client::NotificationOptions::set_lang | ( | const String & | ) |
void client::NotificationOptions::set_tag | ( | const String & | ) |