C# Class Plasma.Label

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

Private Properties

Property Type Description
ChangeEvent void
ContextMenuEvent void
DataUpdated void
Event bool
MousePressEvent void
Paint void
ResizeEvent void

Public Methods

Method Description
Dispose ( ) : void
Label ( ) : System
Label ( QGraphicsWidget parent ) : System Constructs a label with word wrap on by default @arg parent the parent of this widget
SetTextSelectable ( bool enable ) : void Set if the text on the label can be selected with the mouse @arg enable true if we want to manage text selection with the mouse
TextSelectable ( ) : bool

Protected Methods

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

Private Methods

Method Description
ChangeEvent ( Qyoto.QEvent arg1 ) : void
ContextMenuEvent ( Qyoto.QGraphicsSceneContextMenuEvent arg1 ) : void
DataUpdated ( string sourceName, QVariant>.Dictionary data ) : void
Event ( Qyoto.QEvent arg1 ) : bool
MousePressEvent ( Qyoto.QGraphicsSceneMouseEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Label() public method

public Label ( ) : System
return System

Label() public method

Constructs a label with word wrap on by default @arg parent the parent of this widget
public Label ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
return System

Label() protected method

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

SetTextSelectable() public method

Set if the text on the label can be selected with the mouse @arg enable true if we want to manage text selection with the mouse
public SetTextSelectable ( bool enable ) : void
enable bool
return void

TextSelectable() public method

public TextSelectable ( ) : bool
return bool