#include <Surveyer.h>

Inheritance diagram for Surveyer:
Inheritance graph
Collaboration diagram for Surveyer:
Collaboration graph

Classes

struct  Config
 

Public Member Functions

 Surveyer (Config config)
 
virtual ~Surveyer ()
 

Protected Slots

void finished ()
 
void error (QNetworkReply::NetworkError)
 

Private Attributes

Config m_config
 
bool m_httpFailed
 
QNetworkReply * m_reply
 
QNetworkAccessManager * m_nm
 

Detailed Description

Definition at line 25 of file Surveyer.h.

Constructor & Destructor Documentation

Surveyer::~Surveyer ( )
virtual

Definition at line 68 of file Surveyer.cpp.

References m_nm, and m_reply.

Member Function Documentation

void Surveyer::error ( QNetworkReply::NetworkError  )
protectedslot

Definition at line 78 of file Surveyer.cpp.

References m_httpFailed, and m_reply.

Referenced by Surveyer().

Member Data Documentation

Config Surveyer::m_config
private

Definition at line 51 of file Surveyer.h.

Referenced by finished(), and Surveyer().

bool Surveyer::m_httpFailed
private

Definition at line 52 of file Surveyer.h.

Referenced by error(), and finished().

QNetworkReply* Surveyer::m_reply
private

Definition at line 53 of file Surveyer.h.

Referenced by error(), Surveyer(), and ~Surveyer().

QNetworkAccessManager* Surveyer::m_nm
private

Definition at line 54 of file Surveyer.h.

Referenced by Surveyer(), and ~Surveyer().


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