TransferLogo

The TransferLogo class provides an animated sequence of pixmaps that can be turned on and off.

Publicly inherits QLabel.

Public Methods

TransferLogo( QWidget* parent=???, const char* name=??? );
voidsetTransfer( bool b );
~TransferLogo( );

Protected Methods

voidtimerEvent( QTimerEvent* e );

Private Data Members

int_index;
QPixmap_logo;
QPixmap**_pixmaps;

Public Methods Documentation

void setTransfer ( bool b );

Turn the animated logo on or off. If b is TRUE then the animated logo shown. If b is FALSE then the animation is stopped, and the QWeb! logo is displayed.


Return to Index.
Automatically generated on Aug 11 23:32