Definition at line 39 of file VP1WebWatcher.cxx.
◆ HttpThread()
| VP1WebWatcher::Imp::HttpThread::HttpThread |
( |
const QString & | url, |
|
|
VP1WebWatcher * | ) |
|
inline |
Definition at line 42 of file VP1WebWatcher.cxx.
43 : QThread(),
47
48 {
49 }
static const QString VP1WebWatcher_ResultNotReady
const QString & url() const
◆ ~HttpThread()
| VP1WebWatcher::Imp::HttpThread::~HttpThread |
( |
| ) |
|
|
inline |
◆ handleDone()
| bool VP1WebWatcher::Imp::HttpThread::handleDone |
( |
bool | , |
|
|
QObject * | ) |
|
inline |
Definition at line 92 of file VP1WebWatcher.cxx.
92 {
93
94
95 std::cout << "WARNING!! - VP1WebWatcher::handleDone() needs to be ported to QNetworkManager. Returning..." << std::endl;
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118 return true;
119
120 }
◆ httpStartTime()
| int VP1WebWatcher::Imp::HttpThread::httpStartTime |
( |
| ) |
const |
|
inline |
◆ result()
| const QString & VP1WebWatcher::Imp::HttpThread::result |
( |
| ) |
const |
|
inline |
◆ run()
| void VP1WebWatcher::Imp::HttpThread::run |
( |
| ) |
|
|
inline |
Definition at line 67 of file VP1WebWatcher.cxx.
68 {
69
70
71 std::cout << "WARNING!! - VP1WebWatcher::run() needs to be ported to QNetworkManager. Returning..." << std::endl;
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89 }
◆ url()
| const QString & VP1WebWatcher::Imp::HttpThread::url |
( |
| ) |
const |
|
inline |
◆ m_httpStartTime
| unsigned VP1WebWatcher::Imp::HttpThread::m_httpStartTime |
|
private |
◆ m_result
| QString VP1WebWatcher::Imp::HttpThread::m_result |
|
private |
◆ m_url
| const QString VP1WebWatcher::Imp::HttpThread::m_url |
|
private |
The documentation for this class was generated from the following file: