API Documentation
|
#include <ReplyTimeout.h>
Public Types | |
enum | HandleMethod { Abort , Close } |
Public Member Functions | |
ReplyTimeout (NetworkRequest *reply, const int timeout, HandleMethod method=Abort) | |
void | refresh (const int timeout) |
Static Public Member Functions | |
static void | set (NetworkRequest *reply, const int timeout, HandleMethod method=Abort) |
Protected Member Functions | |
void | timerEvent (QTimerEvent *ev) |
Protected Attributes | |
QBasicTimer | m_timer |
HandleMethod | m_method |
enum HandleMethod |
|
inline |
|
inline |
|
inlinestatic |
|
inlineprotected |
|
protected |
|
protected |