|
TreeFrogFramework 2.10
|
#include <tbackgroundprocesshandler.h>


Public Member Functions | |
| TBackgroundProcessHandler (QObject *parent=nullptr) | |
| virtual | ~TBackgroundProcessHandler () |
| bool | autoDelete () const |
| void | setAutoDelete (bool autoDelete) |
| TBackgroundProcess * | backgroundProcess () const |
Public Member Functions inherited from TDatabaseContext | |
| TDatabaseContext () | |
| virtual | ~TDatabaseContext () |
| QSqlDatabase & | getSqlDatabase (int id=0) |
| TKvsDatabase & | getKvsDatabase (Tf::KvsEngine engine) |
| void | setTransactionEnabled (bool enable, int id=0) |
| void | release () |
| void | commitTransactions () |
| bool | commitTransaction (int id=0) |
| void | rollbackTransactions () |
| bool | rollbackTransaction (int id=0) |
| int | idleTime () const |
| TCache * | cache () |
Protected Slots | |
| virtual void | handleFinished (int exitCode, QProcess::ExitStatus exitStatus)=0 |
| virtual void | handleReadyReadStandardError () |
| virtual void | handleReadyReadStandardOutput () |
| virtual void | handleStarted () |
| virtual void | handleStateChanged (QProcess::ProcessState) |
| virtual void | handleErrorOccurred (QProcess::ProcessError) |
| void | deleteAutoDeleteHandler () |
Friends | |
| class | TBackgroundProcess |
Additional Inherited Members | |
Static Public Member Functions inherited from TDatabaseContext | |
| static TDatabaseContext * | currentDatabaseContext () |
| static void | setCurrentDatabaseContext (TDatabaseContext *context) |
Protected Member Functions inherited from TDatabaseContext | |
| void | releaseKvsDatabases () |
| void | releaseSqlDatabases () |
Protected Attributes inherited from TDatabaseContext | |
| QMap< int, TSqlTransaction > | sqlDatabases |
| QMap< int, TKvsDatabase > | kvsDatabases |
The TBackgroundProcessHandler class is used to handle events of a backgound process.
| TBackgroundProcessHandler::TBackgroundProcessHandler | ( | QObject * | parent = nullptr | ) |
|
inlinevirtual |
| bool TBackgroundProcessHandler::autoDelete | ( | ) | const |
|
inline |
|
protectedslot |
|
inlineprotectedvirtualslot |
|
protectedpure virtualslot |
|
inlineprotectedvirtualslot |
|
inlineprotectedvirtualslot |
|
inlineprotectedvirtualslot |
|
inlineprotectedvirtualslot |
| void TBackgroundProcessHandler::setAutoDelete | ( | bool | autoDelete | ) |
|
friend |