OpenMW
|
#include <tools.hpp>
Signals | |
void | progress (int current, int max, int type) |
void | done (int type) |
Public Member Functions | |
Tools (CSMWorld::Data &data) | |
virtual | ~Tools () |
CSMWorld::UniversalId | runVerifier () |
void | abortOperation (int type) |
int | getRunningOperations () const |
ReportModel * | getReport (const CSMWorld::UniversalId &id) |
The ownership of the returned report is not transferred. | |
Private Slots | |
void | verifierMessage (const QString &message, int type) |
Private Member Functions | |
Tools (const Tools &) | |
Tools & | operator= (const Tools &) |
CSMDoc::Operation * | getVerifier () |
CSMDoc::Operation * | get (int type) |
Returns a 0-pointer, if operation hasn't been used yet. | |
const CSMDoc::Operation * | get (int type) const |
Returns a 0-pointer, if operation hasn't been used yet. | |
Private Attributes | |
CSMWorld::Data & | mData |
CSMDoc::Operation * | mVerifier |
std::map< int, ReportModel * > | mReports |
int | mNextReportNumber |
std::map< int, int > | mActiveReports |
CSMTools::Tools::Tools | ( | const Tools & | ) | [private] |
CSMTools::Tools::Tools | ( | CSMWorld::Data & | data | ) |
CSMTools::Tools::~Tools | ( | ) | [virtual] |
void CSMTools::Tools::abortOperation | ( | int | type | ) |
void CSMTools::Tools::done | ( | int | type | ) | [signal] |
CSMDoc::Operation * CSMTools::Tools::get | ( | int | type | ) | [private] |
Returns a 0-pointer, if operation hasn't been used yet.
const CSMDoc::Operation * CSMTools::Tools::get | ( | int | type | ) | const [private] |
Returns a 0-pointer, if operation hasn't been used yet.
CSMTools::ReportModel * CSMTools::Tools::getReport | ( | const CSMWorld::UniversalId & | id | ) |
The ownership of the returned report is not transferred.
int CSMTools::Tools::getRunningOperations | ( | ) | const |
CSMDoc::Operation * CSMTools::Tools::getVerifier | ( | ) | [private] |
void CSMTools::Tools::progress | ( | int | current, |
int | max, | ||
int | type | ||
) | [signal] |
void CSMTools::Tools::verifierMessage | ( | const QString & | message, |
int | type | ||
) | [private, slot] |
std::map<int, int> CSMTools::Tools::mActiveReports [private] |
CSMWorld::Data& CSMTools::Tools::mData [private] |
int CSMTools::Tools::mNextReportNumber [private] |
std::map<int, ReportModel *> CSMTools::Tools::mReports [private] |
CSMDoc::Operation* CSMTools::Tools::mVerifier [private] |