C# Class Plasma.FlashingLabel

Inheritance: Qyoto.QGraphicsWidget, IDisposable
Mostra file Open project: 0xd34df00d/Qross

Private Properties

Property Type Description
FadeIn void
FadeOut void
Kill void
Paint void
Paint void
SizeHint Qyoto.QSizeF

Public Methods

Method Description
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

Protected Methods

Method Description
CreateProxy ( ) : void
FlashingLabel ( Type dummy ) : System

Private Methods

Method Description
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

Method Details

CreateProxy() protected method

protected CreateProxy ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Flash() public method

public Flash ( QPixmap pixmap ) : void
pixmap Qyoto.QPixmap
return void

Flash() public method

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

Flash() public method

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

Flash() public method

public Flash ( string text ) : void
text string
return void

Flash() public method

public Flash ( string text, int duration ) : void
text string
duration int
return void

Flash() public method

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

FlashingLabel() public method

public FlashingLabel ( ) : System
return System

FlashingLabel() public method

public FlashingLabel ( IQGraphicsItem parent ) : System
parent IQGraphicsItem
return System

FlashingLabel() protected method

protected FlashingLabel ( Type dummy ) : System
dummy System.Type
return System