C# Class Plasma.Label

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

Private Properties

Свойство Type Description
ChangeEvent void
ContextMenuEvent void
DataUpdated void
Event bool
MousePressEvent void
Paint void
ResizeEvent void

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

protected CreateProxy ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Label() public méthode

public Label ( ) : System
Résultat System

Label() public méthode

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

Label() protected méthode

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

SetTextSelectable() public méthode

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
Résultat void

TextSelectable() public méthode

public TextSelectable ( ) : bool
Résultat bool