C# Class Qyoto.QWebInspector

Inheritance: QWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateProxy ( ) : void
QWebInspector ( Type dummy ) : System

Private Methods

Méthode 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 méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Page() public méthode

public Page ( ) : QWebPage
Résultat QWebPage

QWebInspector() public méthode

public QWebInspector ( QWidget parent ) : System
parent QWidget
Résultat System

QWebInspector() protected méthode

protected QWebInspector ( Type dummy ) : System
dummy System.Type
Résultat System

SetPage() public méthode

public SetPage ( QWebPage page ) : void
page QWebPage
Résultat void

Tr() public static méthode

public static Tr ( string s ) : string
s string
Résultat string

Tr() public static méthode

public static Tr ( string s, string c ) : string
s string
c string
Résultat string