#include <operation.hpp>
| CSVDoc::Operation::Operation |
( |
const Operation & |
| ) |
|
|
private |
| CSVDoc::Operation::Operation |
( |
int |
type, |
|
|
QWidget * |
parent |
|
) |
| |
- Todo:
- Add a cancel button or a pop up menu with a cancel item
- Todo:
- assign different progress bar colours to allow the user to distinguish easily between operation types
| CSVDoc::Operation::~Operation |
( |
| ) |
|
| void CSVDoc::Operation::abortOperation |
( |
int |
type | ) |
|
|
signal |
| void CSVDoc::Operation::abortOperation |
( |
| ) |
|
|
privateslot |
| 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 |
The documentation for this class was generated from the following files:
- /home/travis/build/elsid/openmw/apps/opencs/view/doc/operation.hpp
- /home/travis/build/elsid/openmw/apps/opencs/view/doc/operation.cpp