1 #ifndef CSV_DOC_OPERATIONS_H
2 #define CSV_DOC_OPERATIONS_H
29 void setProgress (
int current,
int max,
int type,
int threads);
static const struct @2 signals[]
std::vector< Operation * > mOperations
Definition: operations.hpp:19
void abortOperation(int type)
Definition: operations.hpp:14
Operations()
Definition: operations.cpp:8
void quitOperation(int type)
Calling this function for an operation that is not running is a no-op.
Definition: operations.cpp:49
void setProgress(int current, int max, int type, int threads)
Implicitly starts the operation, if it is not running already.
Definition: operations.cpp:24
QVBoxLayout * mLayout
Definition: operations.hpp:18
Operations & operator=(const Operations &)