C# Class Plasma.TextBrowser

Inheritance: Qyoto.QGraphicsProxyWidget, IDisposable
Mostra file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
Append void
ChangeEvent void
ContextMenuEvent void
DataUpdated void
ResizeEvent void
WheelEvent void

Public Methods

Method 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

Protected Methods

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

Private Methods

Method 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 method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

SetHorizontalScrollBarPolicy() public method

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

SetVerticalScrollBarPolicy() public method

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

TextBrowser() public method

public TextBrowser ( ) : System
return System

TextBrowser() public method

public TextBrowser ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
return System

TextBrowser() protected method

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