#include <webdriver_basic_types.h>
webdriver::Rect::Rect |
( |
| ) |
|
webdriver::Rect::Rect |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
width, |
|
|
double |
height |
|
) |
| |
webdriver::Rect::Rect |
( |
const Point & |
origin, |
|
|
const Size & |
size |
|
) |
| |
webdriver::Rect::~Rect |
( |
| ) |
|
double webdriver::Rect::height |
( |
| ) |
const |
const Point& webdriver::Rect::origin |
( |
| ) |
const |
const Size& webdriver::Rect::size |
( |
| ) |
const |
double webdriver::Rect::width |
( |
| ) |
const |
double webdriver::Rect::x |
( |
| ) |
const |
double webdriver::Rect::y |
( |
| ) |
const |
The documentation for this class was generated from the following file: