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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_x ()
 
void set_x (double)
 
double get_y ()
 
void set_y (double)
 
WebKitPointget_prototype ()
 
void set_prototype (WebKitPoint *)
 
 WebKitPoint ()
 
 WebKitPoint (double x)
 
 WebKitPoint (double x, double y)
 
- 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

◆ WebKitPoint() [1/3]

client::WebKitPoint::WebKitPoint ( )

◆ WebKitPoint() [2/3]

client::WebKitPoint::WebKitPoint ( double  x)

◆ WebKitPoint() [3/3]

client::WebKitPoint::WebKitPoint ( double  x,
double  y 
)

Member Function Documentation

◆ get_prototype()

WebKitPoint* client::WebKitPoint::get_prototype ( )

◆ get_x()

double client::WebKitPoint::get_x ( )

◆ get_y()

double client::WebKitPoint::get_y ( )

◆ set_prototype()

void client::WebKitPoint::set_prototype ( WebKitPoint )

◆ set_x()

void client::WebKitPoint::set_x ( double  )

◆ set_y()

void client::WebKitPoint::set_y ( double  )