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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_height ()
 
void set_height (double)
 
double get_width ()
 
void set_width (double)
 
double get_x ()
 
void set_x (double)
 
double get_y ()
 
void set_y (double)
 
SVGRectget_prototype ()
 
void set_prototype (SVGRect *)
 
 SVGRect ()
 
- 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

◆ SVGRect()

client::SVGRect::SVGRect ( )

Member Function Documentation

◆ get_height()

double client::SVGRect::get_height ( )

◆ get_prototype()

SVGRect* client::SVGRect::get_prototype ( )

◆ get_width()

double client::SVGRect::get_width ( )

◆ get_x()

double client::SVGRect::get_x ( )

◆ get_y()

double client::SVGRect::get_y ( )

◆ set_height()

void client::SVGRect::set_height ( double  )

◆ set_prototype()

void client::SVGRect::set_prototype ( SVGRect )

◆ set_width()

void client::SVGRect::set_width ( double  )

◆ set_x()

void client::SVGRect::set_x ( double  )

◆ set_y()

void client::SVGRect::set_y ( double  )