C# Class Plasma.TextEdit

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

Private Properties

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

Public Methods

Method Description
Dispose ( ) : void
TextEdit ( ) : System
TextEdit ( QGraphicsWidget parent ) : System

Protected Methods

Method Description
CreateProxy ( ) : void
TextEdit ( 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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

TextEdit() public method

public TextEdit ( ) : System
return System

TextEdit() public method

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

TextEdit() protected method

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