#include <operations.hpp>
CSVDoc::Operations::Operations |
( |
const Operations & |
| ) |
|
|
private |
CSVDoc::Operations::Operations |
( |
| ) |
|
- Todo:
- make widget height fixed (exactly the height required to display all operations)
void CSVDoc::Operations::abortOperation |
( |
int |
type | ) |
|
|
signal |
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 |
The documentation for this class was generated from the following files: