WD
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
webdriver::Point Class Reference

#include <webdriver_basic_types.h>

Public Member Functions

 Point ()
 
 Point (double x, double y)
 
 ~Point ()
 
void Offset (double x, double y)
 
void setX (double x)
 
void setY (double y)
 
double x () const
 
double y () const
 
int rounded_x () const
 
int rounded_y () const
 

Constructor & Destructor Documentation

webdriver::Point::Point ( )
webdriver::Point::Point ( double  x,
double  y 
)
webdriver::Point::~Point ( )

Member Function Documentation

void webdriver::Point::Offset ( double  x,
double  y 
)
int webdriver::Point::rounded_x ( ) const
int webdriver::Point::rounded_y ( ) const
void webdriver::Point::setX ( double  x)
void webdriver::Point::setY ( double  y)
double webdriver::Point::x ( ) const
double webdriver::Point::y ( ) const

The documentation for this class was generated from the following file: