QxOrm  1.4.9
C++ Object Relational Mapping library

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

#include <QxDaoAsync.h>

List of all members.

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

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

Member Function Documentation

void qx::dao::detail::QxDaoAsyncRunner::onQueryStarted ( qx::dao::detail::QxDaoAsyncParams_ptr  pDaoParams) [slot]
void qx::dao::detail::QxDaoAsyncRunner::queryFinished ( const QSqlError &  daoError,
qx::dao::detail::QxDaoAsyncParams_ptr  pDaoParams 
) [signal]
QSqlError qx::dao::detail::QxDaoAsyncRunner::runQuery ( qx::dao::detail::QxDaoAsyncParams_ptr  pDaoParams) [protected]

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