![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_bottom () |
void | set_bottom (double) |
double | get_height () |
double | get_left () |
void | set_left (double) |
double | get_right () |
void | set_right (double) |
double | get_top () |
void | set_top (double) |
double | get_width () |
ClientRect * | get_prototype () |
void | set_prototype (ClientRect *) |
ClientRect () | |
![]() | |
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::ClientRect::ClientRect | ( | ) |
double client::ClientRect::get_bottom | ( | ) |
double client::ClientRect::get_height | ( | ) |
double client::ClientRect::get_left | ( | ) |
ClientRect* client::ClientRect::get_prototype | ( | ) |
double client::ClientRect::get_right | ( | ) |
double client::ClientRect::get_top | ( | ) |
double client::ClientRect::get_width | ( | ) |
void client::ClientRect::set_bottom | ( | double | ) |
void client::ClientRect::set_left | ( | double | ) |
void client::ClientRect::set_prototype | ( | ClientRect * | ) |
void client::ClientRect::set_right | ( | double | ) |
void client::ClientRect::set_top | ( | double | ) |