C# 클래스 Plasma.Label

상속: Qyoto.QGraphicsProxyWidget, IDisposable
파일 보기 프로젝트 열기: 0xd34df00d/Qross

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