QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

qx::dao::detail::QxDaoAsyncRunner : class with a slot to execute queries in another thread More...

#include <QxDaoAsync.h>

Inheritance diagram for qx::dao::detail::QxDaoAsyncRunner:

Public Slots

void onQueryStarted (qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams)
 

Signals

void queryFinished (const QSqlError &daoError, qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams)
 

Public Member Functions

 QxDaoAsyncRunner ()
 
virtual ~QxDaoAsyncRunner ()
 

Protected Member Functions

QSqlError runQuery (qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams)
 

Detailed Description

qx::dao::detail::QxDaoAsyncRunner : class with a slot to execute queries in another thread

Definition at line 99 of file QxDaoAsync.h.

Constructor & Destructor Documentation

◆ QxDaoAsyncRunner()

qx::dao::detail::QxDaoAsyncRunner::QxDaoAsyncRunner ( )

◆ ~QxDaoAsyncRunner()

virtual qx::dao::detail::QxDaoAsyncRunner::~QxDaoAsyncRunner ( )
virtual

Member Function Documentation

◆ onQueryStarted

void qx::dao::detail::QxDaoAsyncRunner::onQueryStarted ( qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams)
slot

◆ queryFinished

void qx::dao::detail::QxDaoAsyncRunner::queryFinished ( const QSqlError & daoError,
qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams )
signal

◆ runQuery()

QSqlError qx::dao::detail::QxDaoAsyncRunner::runQuery ( qx::dao::detail::QxDaoAsyncParams_ptr pDaoParams)
protected

The documentation for this class was generated from the following file: