#include <webdriver_basic_types.h>
webdriver::Point::Point |
( |
| ) |
|
webdriver::Point::Point |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
webdriver::Point::~Point |
( |
| ) |
|
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: