C# 클래스 Plasma.FlashingLabel

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

Private Properties

프로퍼티 타입 설명
FadeIn void
FadeOut void
Kill void
Paint void
Paint void
SizeHint Qyoto.QSizeF

공개 메소드들

메소드 설명
Dispose ( ) : void
Flash ( QPixmap pixmap ) : void
Flash ( QPixmap pixmap, int duration ) : void
Flash ( QPixmap pixmap, int duration, uint align ) : void
Flash ( string text ) : void
Flash ( string text, int duration ) : void
Flash ( string text, int duration, Qyoto.QTextOption option ) : void
FlashingLabel ( ) : System
FlashingLabel ( IQGraphicsItem parent ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
FadeIn ( ) : void
FadeOut ( ) : void
Kill ( ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option ) : void
Paint ( QPainter painter, QStyleOptionGraphicsItem option, QWidget widget ) : void
SizeHint ( Qt which, Qyoto.QSizeF constraint ) : Qyoto.QSizeF

메소드 상세

CreateProxy() 보호된 메소드

protected CreateProxy ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flash() 공개 메소드

public Flash ( QPixmap pixmap ) : void
pixmap Qyoto.QPixmap
리턴 void

Flash() 공개 메소드

public Flash ( QPixmap pixmap, int duration ) : void
pixmap Qyoto.QPixmap
duration int
리턴 void

Flash() 공개 메소드

public Flash ( QPixmap pixmap, int duration, uint align ) : void
pixmap Qyoto.QPixmap
duration int
align uint
리턴 void

Flash() 공개 메소드

public Flash ( string text ) : void
text string
리턴 void

Flash() 공개 메소드

public Flash ( string text, int duration ) : void
text string
duration int
리턴 void

Flash() 공개 메소드

public Flash ( string text, int duration, Qyoto.QTextOption option ) : void
text string
duration int
option Qyoto.QTextOption
리턴 void

FlashingLabel() 공개 메소드

public FlashingLabel ( ) : System
리턴 System

FlashingLabel() 공개 메소드

public FlashingLabel ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
리턴 System

FlashingLabel() 보호된 메소드

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