OpenMW
|
#include <operation.hpp>
Signals | |
void | abortOperation (int type) |
Public Member Functions | |
Operation (int type, QWidget *parent) | |
~Operation () | |
void | setProgress (int current, int max, int threads) |
int | getType () const |
QHBoxLayout * | getLayout () const |
Private Slots | |
void | abortOperation () |
Private Member Functions | |
Operation (const Operation &) | |
Operation & | operator= (const Operation &) |
void | updateLabel (int threads=-1) |
void | setBarColor (int type) |
void | initWidgets () |
Private Attributes | |
int | mType |
bool | mStalling |
QProgressBar * | mProgressBar |
QPushButton * | mAbortButton |
QHBoxLayout * | mLayout |
CSVDoc::Operation::Operation | ( | const Operation & | ) | [private] |
CSVDoc::Operation::Operation | ( | int | type, |
QWidget * | parent | ||
) |
void CSVDoc::Operation::abortOperation | ( | int | type | ) | [signal] |
void CSVDoc::Operation::abortOperation | ( | ) | [private, slot] |
QHBoxLayout * CSVDoc::Operation::getLayout | ( | ) | const |
int CSVDoc::Operation::getType | ( | ) | const |
void CSVDoc::Operation::initWidgets | ( | ) | [private] |
void CSVDoc::Operation::setBarColor | ( | int | type | ) | [private] |
void CSVDoc::Operation::setProgress | ( | int | current, |
int | max, | ||
int | threads | ||
) |
void CSVDoc::Operation::updateLabel | ( | int | threads = -1 | ) | [private] |
QPushButton* CSVDoc::Operation::mAbortButton [private] |
QHBoxLayout* CSVDoc::Operation::mLayout [private] |
QProgressBar* CSVDoc::Operation::mProgressBar [private] |
bool CSVDoc::Operation::mStalling [private] |
int CSVDoc::Operation::mType [private] |