C# Class Qyoto.QWebHitTestResult

Inheritance: Object, IDisposable
Datei anzeigen Open project: 0xd34df00d/Qross Class Usage Examples

Protected Properties

Property Type Description
interceptor SmokeInvocation

Public Methods

Method Description
AlternateText ( ) : string
BoundingRect ( ) : Qyoto.QRect
Dispose ( ) : void
Element ( ) : QWebElement
EnclosingBlockElement ( ) : QWebElement
Frame ( ) : QWebFrame
ImageUrl ( ) : QUrl
IsContentEditable ( ) : bool
IsContentSelected ( ) : bool
IsNull ( ) : bool
LinkElement ( ) : QWebElement
LinkTargetFrame ( ) : QWebFrame
LinkText ( ) : string
LinkTitle ( ) : QUrl
LinkUrl ( ) : QUrl
Pixmap ( ) : QPixmap
Pos ( ) : Qyoto.QPoint
QWebHitTestResult ( ) : System
QWebHitTestResult ( QWebHitTestResult other ) : System
Title ( ) : string

Protected Methods

Method Description
CreateProxy ( ) : void
QWebHitTestResult ( Type dummy ) : System

Method Details

AlternateText() public method

public AlternateText ( ) : string
return string

BoundingRect() public method

public BoundingRect ( ) : Qyoto.QRect
return Qyoto.QRect

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Element() public method

public Element ( ) : QWebElement
return QWebElement

EnclosingBlockElement() public method

public EnclosingBlockElement ( ) : QWebElement
return QWebElement

Frame() public method

public Frame ( ) : QWebFrame
return QWebFrame

ImageUrl() public method

public ImageUrl ( ) : QUrl
return QUrl

IsContentEditable() public method

public IsContentEditable ( ) : bool
return bool

IsContentSelected() public method

public IsContentSelected ( ) : bool
return bool

IsNull() public method

public IsNull ( ) : bool
return bool

LinkElement() public method

public LinkElement ( ) : QWebElement
return QWebElement

LinkTargetFrame() public method

public LinkTargetFrame ( ) : QWebFrame
return QWebFrame

LinkText() public method

public LinkText ( ) : string
return string

LinkTitle() public method

public LinkTitle ( ) : QUrl
return QUrl

LinkUrl() public method

public LinkUrl ( ) : QUrl
return QUrl

Pixmap() public method

public Pixmap ( ) : QPixmap
return QPixmap

Pos() public method

public Pos ( ) : Qyoto.QPoint
return Qyoto.QPoint

QWebHitTestResult() public method

public QWebHitTestResult ( ) : System
return System

QWebHitTestResult() public method

public QWebHitTestResult ( QWebHitTestResult other ) : System
other QWebHitTestResult
return System

QWebHitTestResult() protected method

protected QWebHitTestResult ( Type dummy ) : System
dummy System.Type
return System

Title() public method

public Title ( ) : string
return string

Property Details

interceptor protected_oe property

protected SmokeInvocation interceptor
return SmokeInvocation