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

#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 ()
 
ClientRectget_prototype ()
 
void set_prototype (ClientRect *)
 
 ClientRect ()
 
- 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

◆ ClientRect()

client::ClientRect::ClientRect ( )

Member Function Documentation

◆ get_bottom()

double client::ClientRect::get_bottom ( )

◆ get_height()

double client::ClientRect::get_height ( )

◆ get_left()

double client::ClientRect::get_left ( )

◆ get_prototype()

ClientRect* client::ClientRect::get_prototype ( )

◆ get_right()

double client::ClientRect::get_right ( )

◆ get_top()

double client::ClientRect::get_top ( )

◆ get_width()

double client::ClientRect::get_width ( )

◆ set_bottom()

void client::ClientRect::set_bottom ( double  )

◆ set_left()

void client::ClientRect::set_left ( double  )

◆ set_prototype()

void client::ClientRect::set_prototype ( ClientRect )

◆ set_right()

void client::ClientRect::set_right ( double  )

◆ set_top()

void client::ClientRect::set_top ( double  )