OpenMW
|
#include <operations.hpp>
Signals | |
void | abortOperation (int type) |
Public Member Functions | |
Operations () | |
void | setProgress (int current, int max, int type, int threads) |
Implicitly starts the operation, if it is not running already. | |
void | quitOperation (int type) |
Calling this function for an operation that is not running is a no-op. | |
Private Member Functions | |
Operations (const Operations &) | |
Operations & | operator= (const Operations &) |
Private Attributes | |
QVBoxLayout * | mLayout |
std::vector< Operation * > | mOperations |
CSVDoc::Operations::Operations | ( | const Operations & | ) | [private] |
void CSVDoc::Operations::abortOperation | ( | int | type | ) | [signal] |
Operations& CSVDoc::Operations::operator= | ( | const Operations & | ) | [private] |
void CSVDoc::Operations::quitOperation | ( | int | type | ) |
Calling this function for an operation that is not running is a no-op.
void CSVDoc::Operations::setProgress | ( | int | current, |
int | max, | ||
int | type, | ||
int | threads | ||
) |
Implicitly starts the operation, if it is not running already.
QVBoxLayout* CSVDoc::Operations::mLayout [private] |
std::vector<Operation *> CSVDoc::Operations::mOperations [private] |