C# Class Qyoto.QWebInspector

Inheritance: QWidget, IDisposable
Mostrar archivo Open project: 0xd34df00d/Qross

Public Methods

Method Description
Dispose ( ) : void
Page ( ) : QWebPage
QWebInspector ( QWidget parent ) : System
SetPage ( QWebPage page ) : void
Tr ( string s ) : string
Tr ( string s, string c ) : string

Protected Methods

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

Private Methods

Method Description
Event ( Qyoto.QEvent arg1 ) : bool
HideEvent ( Qyoto.QHideEvent arg1 ) : void
QWebInspector ( ) : System
ResizeEvent ( Qyoto.QResizeEvent arg1 ) : void
ShowEvent ( Qyoto.QShowEvent arg1 ) : void
SizeHint ( ) : Qyoto.QSize

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Page() public method

public Page ( ) : QWebPage
return QWebPage

QWebInspector() public method

public QWebInspector ( QWidget parent ) : System
parent QWidget
return System

QWebInspector() protected method

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

SetPage() public method

public SetPage ( QWebPage page ) : void
page QWebPage
return void

Tr() public static method

public static Tr ( string s ) : string
s string
return string

Tr() public static method

public static Tr ( string s, string c ) : string
s string
c string
return string