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

#include <graphics_web_view_handle.h>

Inheritance diagram for webdriver::GraphicsWebViewHandle:
Collaboration diagram for webdriver::GraphicsWebViewHandle:

Public Member Functions

 GraphicsWebViewHandle ()
 
 GraphicsWebViewHandle (QGraphicsWebView *view)
 
virtual bool is_valid () const
 
virtual bool equals (const ViewHandle *other) const
 
QGraphicsWebViewget ()
 
- Public Member Functions inherited from webdriver::ViewHandle
 ViewHandle ()
 

Protected Member Functions

virtual ~GraphicsWebViewHandle ()
 
- Protected Member Functions inherited from webdriver::ViewHandle
virtual ~ViewHandle ()
 

Protected Attributes

QPointer< QGraphicsWebViewview_
 

Constructor & Destructor Documentation

webdriver::GraphicsWebViewHandle::GraphicsWebViewHandle ( )
webdriver::GraphicsWebViewHandle::GraphicsWebViewHandle ( QGraphicsWebView view)
virtual webdriver::GraphicsWebViewHandle::~GraphicsWebViewHandle ( )
inlineprotectedvirtual

Member Function Documentation

virtual bool webdriver::GraphicsWebViewHandle::equals ( const ViewHandle other) const
virtual

compares two handle

Parameters
otherhandle to compare
Returns
true if two handles reference same view

Implements webdriver::ViewHandle.

QGraphicsWebView* webdriver::GraphicsWebViewHandle::get ( )
inline
virtual bool webdriver::GraphicsWebViewHandle::is_valid ( ) const
inlinevirtual
Returns
true if handle references valid view

Implements webdriver::ViewHandle.

Member Data Documentation

QPointer<QGraphicsWebView> webdriver::GraphicsWebViewHandle::view_
protected

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