C# 클래스 Plasma.PushButton

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

Private Properties

프로퍼티 타입 설명
ChangeEvent void
HoverEnterEvent void
HoverLeaveEvent void
Paint void
Paint void
ResizeEvent void
SizeHint Qyoto.QSizeF

공개 메소드들

메소드 설명
Dispose ( ) : void
PushButton ( ) : System
PushButton ( QGraphicsWidget parent ) : System
SetImage ( string path, string elementid ) : void Sets the path to an svg image to display and the id of the used svg element, if necessary. @arg path the path to the image; if a relative path, then a themed image will be loaded. @arg elementid the id of a svg element.

보호된 메소드들

메소드 설명
CreateProxy ( ) : void
PushButton ( Type dummy ) : System

비공개 메소드들

메소드 설명
ChangeEvent ( Qyoto.QEvent arg1 ) : void
HoverEnterEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
HoverLeaveEvent ( Qyoto.QGraphicsSceneHoverEvent arg1 ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
ResizeEvent ( Qyoto.QGraphicsSceneResizeEvent arg1 ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PushButton() 공개 메소드

public PushButton ( ) : System
리턴 System

PushButton() 공개 메소드

public PushButton ( QGraphicsWidget parent ) : System
parent Qyoto.QGraphicsWidget
리턴 System

PushButton() 보호된 메소드

protected PushButton ( Type dummy ) : System
dummy System.Type
리턴 System

SetImage() 공개 메소드

Sets the path to an svg image to display and the id of the used svg element, if necessary. @arg path the path to the image; if a relative path, then a themed image will be loaded. @arg elementid the id of a svg element.
public SetImage ( string path, string elementid ) : void
path string
elementid string
리턴 void