Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtWebKit.QWebPage.ErrorPageExtensionOption Class Reference
Inheritance diagram for QtWebKit.QWebPage.ErrorPageExtensionOption:
Collaboration diagram for QtWebKit.QWebPage.ErrorPageExtensionOption:

Public Member Functions

 ErrorPageExtensionOption ()
 
 ErrorPageExtensionOption (QWebPage.ErrorPageExtensionOption copy)
 
override void CreateProxy ()
 
new void Dispose ()
 
- Public Member Functions inherited from QtWebKit.QWebPage.ExtensionOption
 ExtensionOption ()
 
 ExtensionOption (QWebPage.ExtensionOption copy)
 
new void Dispose ()
 

Protected Member Functions

 ErrorPageExtensionOption (System.Type dummy)
 
- Protected Member Functions inherited from QtWebKit.QWebPage.ExtensionOption
 ExtensionOption (System.Type dummy)
 

Properties

new QWebPage.ErrorDomain Domain [get, set]
 
 
new int Error [get, set]
 
 
new string ErrorString [get, set]
 
 
new QWebFrame Frame [get, set]
 
 
new QUrl Url [get, set]
 
 
- Properties inherited from QtWebKit.QWebPage.ExtensionOption
virtual System.IntPtr SmokeObject [get, set]
 

Additional Inherited Members

- Protected Attributes inherited from QtWebKit.QWebPage.ExtensionOption
SmokeInvocation interceptor
 

Constructor & Destructor Documentation

QtWebKit.QWebPage.ErrorPageExtensionOption.ErrorPageExtensionOption ( System.Type  dummy)
protected
QtWebKit.QWebPage.ErrorPageExtensionOption.ErrorPageExtensionOption ( )
QtWebKit.QWebPage.ErrorPageExtensionOption.ErrorPageExtensionOption ( QWebPage.ErrorPageExtensionOption  copy)

Member Function Documentation

override void QtWebKit.QWebPage.ErrorPageExtensionOption.CreateProxy ( )
virtual

Reimplemented from QtWebKit.QWebPage.ExtensionOption.

new void QtWebKit.QWebPage.ErrorPageExtensionOption.Dispose ( )

Property Documentation

new QWebPage.ErrorDomain QtWebKit.QWebPage.ErrorPageExtensionOption.Domain
getset

This variable holds the domain that reported the error.

new int QtWebKit.QWebPage.ErrorPageExtensionOption.Error
getset

This variable holds the error code. Interpretation of the value depends on the domain.

See also QWebPage::ErrorDomain.

new string QtWebKit.QWebPage.ErrorPageExtensionOption.ErrorString
getset

This variable holds a string that describes the error.

new QWebFrame QtWebKit.QWebPage.ErrorPageExtensionOption.Frame
getset

This variable holds the frame associated with the error.

new QUrl QtWebKit.QWebPage.ErrorPageExtensionOption.Url
getset

This variable holds the url for which an error occurred.