A custom class for status bar. More...
#include <aistatusbar.hpp>
Public Slots | |
void | setGenStatus (const int &status) |
set status or generating status for animation | |
Public Member Functions | |
AiStatusBar (QWidget *parent=0) | |
constructor | |
~AiStatusBar () | |
destructor | |
void | setInfo (const QString &info) |
set information about complex zone in status bar | |
void | startGenerating () |
slot for showing a animation (image) within generation started | |
void | stopGenerating () |
slot for hiding a animation (image) within generation stoped | |
void | start () |
set a start time | |
void | end () |
set an end time | |
Private Attributes | |
QLabel * | m_zoneInfo |
Label for showing infomation about complex zone. | |
QLabel * | m_genStatus |
Label for showing a fractal generation and status. | |
QProgressBar * | m_progressbar |
Label for generator animation. | |
QLabel * | m_startAt |
Label for strat time at. | |
QLabel * | m_endAt |
Label for end At. |
A custom class for status bar.
Definition at line 55 of file aistatusbar.hpp.