wwWidgets Home · All Classes · Main Classes · Grouped Classes · Functions |
The QwwTaskPanel widget provides a task panel similar to the one from WindowsXP.(unstable) More...
#include <QwwTaskPanel>
This class is not part of the Qt GUI Framework Edition.
Inherits QWidget.
QwwTaskPanel ( QWidget * parent = 0 ) | |
~QwwTaskPanel () | |
void | addTask ( QWidget * task, const QString & label = QString() ) |
void | addTask ( QWidget * task, const QIcon & icon, const QString & label = QString() ) |
int | currentIndex () const |
QWidget * | currentTask () const |
int | indexOf ( QWidget * task ) const |
void | insertTask ( int index, QWidget * task, const QString & label = QString() ) |
void | insertTask ( int index, QWidget * task, const QIcon & icon, const QString & label = QString() ) |
bool | isAnimated () const |
void | removeTask ( int index ) |
void | setTaskIcon ( int index, const QIcon & icon ) |
void | setTaskName ( int index, const QString & name ) |
void | setTaskTitle ( int index, const QString & title ) |
void | setToggleIcon ( const QIcon & icon ) |
QWidget * | task ( int index ) const |
int | taskCount () const |
const QIcon & | toggleIcon () const |
void | setAnimated ( bool a ) |
void | setCurrentIndex ( int index ) |
void | currentIndexChanged ( int ) |
The QwwTaskPanel widget provides a task panel similar to the one from WindowsXP.(unstable)
Access functions:
bool | isAnimated () const |
void | setAnimated ( bool a ) |
Access functions:
int | currentIndex () const |
void | setCurrentIndex ( int index ) |
Notifier signal:
void | currentIndexChanged ( int ) |
Access functions:
const QIcon & | toggleIcon () const |
void | setToggleIcon ( const QIcon & icon ) |
Copyright © 2007-2010 Witold Wysota | Trademarks | wwWidgets 1.0.0 |