#include <transaction_p.h>
List of all members.
Constructor & Destructor Documentation
WTransaction_Private::WTransaction_Private |
( |
WTransaction * |
trn |
) |
|
WTransaction_Private::~WTransaction_Private |
( |
|
) |
[virtual] |
Member Function Documentation
attach this private object to a master
void WTransaction_Private::dataAvailable |
( |
|
) |
[signal] |
used by high level objects, emitted when data is available
void WTransaction_Private::detach |
( |
QObject * |
trn |
) |
[slot] |
detach this object from a master, delete it if there are no more masters
void WTransaction_Private::endQuery |
( |
|
) |
[virtual, slot] |
internal: collect query data
QByteArray WTransaction_Private::executeQuery |
( |
QString |
hreq, |
|
|
QByteArray |
data | |
|
) |
| | [virtual] |
internal: execute a query synchronously on the web, used by subclasses
void WTransaction_Private::startQuery |
( |
QString |
hreq, |
|
|
QByteArray |
data | |
|
) |
| | [virtual] |
internal: execute a query on the web asynchronously
void WTransaction_Private::webError |
( |
|
) |
[virtual, slot] |
internal: triggers when the response errors out
void WTransaction_Private::webFinished |
( |
|
) |
[signal] |
void WTransaction_Private::webReady |
( |
|
) |
[virtual, slot] |
internal: triggers when the response data is available
void WTransaction_Private::webTimeout |
( |
|
) |
[virtual, slot] |
internal: triggers when the transaction times out
Member Data Documentation
The documentation for this class was generated from the following files: