Inheritance diagram for QEngine:Classes | |
| class | QMasterThread |
Public Member Functions | |
| QEngine (QUtilities *qutilities, int subDirCnt, QMainWindow *gui, QObject *parent=NULL) | |
| QEngine class. | |
| ~QEngine () | |
| void | stepFromCmd () |
| void | runNormally () |
Public Attributes | |
| QUtilities * | qutils |
| QMainWindow * | gui |
| QEngine::QMasterThread * | thread |
| QEngine::QEngine | ( | QUtilities * | qutilities, |
| int | subDirCnt, | ||
| QMainWindow * | gui, | ||
| QObject * | parent = NULL |
||
| ) |
QEngine class.
Definition at line 30 of file worker.cpp.
| QEngine::~QEngine | ( | ) |
Definition at line 43 of file worker.cpp.
| void QEngine::runNormally | ( | ) |
Definition at line 86 of file worker.cpp.
| void QEngine::stepFromCmd | ( | ) |
Definition at line 49 of file worker.cpp.
| QUtilities* QEngine::qutils |
| QEngine::QMasterThread * QEngine::thread |