C# Class Plasma.TextBrowser

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Afficher le fichier Open project: 0xd34df00d/Qross

Private Properties

Свойство Type Description
Append void
ChangeEvent void
ContextMenuEvent void
DataUpdated void
ResizeEvent void
WheelEvent void

Méthodes publiques

Méthode Description
Dispose ( ) : void
SetHorizontalScrollBarPolicy ( Qt policy ) : void Sets the policy used to show/hide the horizontal scrollbar
SetVerticalScrollBarPolicy ( Qt policy ) : void Sets the policy used to show/hide the vertical scrollbar
TextBrowser ( ) : System
TextBrowser ( QGraphicsWidget parent ) : System

Méthodes protégées

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

Private Methods

Méthode Description
Append ( string text ) : void
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void
DataUpdated ( string sourceName, QVariant>.Dictionary data ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
WheelEvent ( Qyoto.QGraphicsSceneWheelEvent arg1 ) : void

Method Details

CreateProxy() protected méthode

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SetHorizontalScrollBarPolicy() public méthode

Sets the policy used to show/hide the horizontal scrollbar
public SetHorizontalScrollBarPolicy ( Qt policy ) : void
policy Qyoto.Qt
Résultat void

SetVerticalScrollBarPolicy() public méthode

Sets the policy used to show/hide the vertical scrollbar
public SetVerticalScrollBarPolicy ( Qt policy ) : void
policy Qyoto.Qt
Résultat void

TextBrowser() public méthode

public TextBrowser ( ) : System
Résultat System

TextBrowser() public méthode

public TextBrowser ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
Résultat System

TextBrowser() protected méthode

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