C# Класс Plasma.Label

Наследование: Qyoto.QGraphicsProxyWidget, IDisposable
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
ChangeEvent void
ContextMenuEvent void
DataUpdated void
Event bool
MousePressEvent void
Paint void
ResizeEvent void

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CreateProxy ( ) : void
Label ( Type dummy ) : System

Приватные методы

Метод Описание
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

Описание методов

CreateProxy() защищенный Метод

protected CreateProxy ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Label() публичный Метод

public Label ( ) : System
Результат System

Label() публичный Метод

Constructs a label with word wrap on by default @arg parent the parent of this widget
public Label ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
Результат System

Label() защищенный Метод

protected Label ( Type dummy ) : System
dummy System.Type
Результат System

SetTextSelectable() публичный Метод

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
Результат void

TextSelectable() публичный Метод

public TextSelectable ( ) : bool
Результат bool