#include <quick2_view_creator.h>
webdriver::Quick2ViewCreator::Quick2ViewCreator |
( |
| ) |
|
virtual webdriver::Quick2ViewCreator::~Quick2ViewCreator |
( |
| ) |
|
|
inlinevirtual |
virtual bool webdriver::Quick2ViewCreator::CreateViewByClassName |
( |
const Logger & |
logger, |
|
|
const std::string & |
className, |
|
|
const Point * |
position, |
|
|
const Size * |
size, |
|
|
ViewHandle ** |
view |
|
) |
| const |
|
virtual |
creates new view of specified class
- Parameters
-
[in] | logger | |
[in] | className | requested class name |
[in] | position | - desired position |
[in] | size | - desired size |
[out] | view | created view. |
- Returns
- true if handled
Implements webdriver::ViewCreator.
virtual bool webdriver::Quick2ViewCreator::CreateViewForUrl |
( |
const Logger & |
logger, |
|
|
const std::string & |
url, |
|
|
const Point * |
position, |
|
|
const Size * |
size, |
|
|
ViewHandle ** |
view |
|
) |
| const |
|
virtual |
creates new view that can handle specified url
- Parameters
-
[in] | logger | |
[in] | url | url to handle |
[in] | position | - desired position |
[in] | size | - desired size |
[out] | view | created view. |
- Returns
- true if handled
Implements webdriver::ViewCreator.
The documentation for this class was generated from the following file: