ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
VP1WebWatcher::Imp::WatchedUrl Class Reference
Collaboration diagram for VP1WebWatcher::Imp::WatchedUrl:

Public Member Functions

 WatchedUrl (const QString &u)
 
 ~WatchedUrl ()
 

Public Attributes

QString url
 
HttpThreadthread
 
QString lastResult
 

Detailed Description

Definition at line 139 of file VP1WebWatcher.cxx.

Constructor & Destructor Documentation

◆ WatchedUrl()

VP1WebWatcher::Imp::WatchedUrl::WatchedUrl ( const QString &  u)
inline

Definition at line 141 of file VP1WebWatcher.cxx.

141 : url(u), thread(0), lastResult(VP1WebWatcher_Unknown) {}

◆ ~WatchedUrl()

VP1WebWatcher::Imp::WatchedUrl::~WatchedUrl ( )
inline

Definition at line 142 of file VP1WebWatcher.cxx.

Member Data Documentation

◆ lastResult

QString VP1WebWatcher::Imp::WatchedUrl::lastResult

Definition at line 145 of file VP1WebWatcher.cxx.

◆ thread

HttpThread* VP1WebWatcher::Imp::WatchedUrl::thread

Definition at line 144 of file VP1WebWatcher.cxx.

◆ url

QString VP1WebWatcher::Imp::WatchedUrl::url

Definition at line 143 of file VP1WebWatcher.cxx.


The documentation for this class was generated from the following file:
VP1WebWatcher::Imp::WatchedUrl::lastResult
QString lastResult
Definition: VP1WebWatcher.cxx:145
Trk::u
@ u
Enums for curvilinear frames.
Definition: ParamDefs.h:77
VP1WebWatcher::Imp::WatchedUrl::thread
HttpThread * thread
Definition: VP1WebWatcher.cxx:144
VP1WebWatcher::Imp::WatchedUrl::url
QString url
Definition: VP1WebWatcher.cxx:143
VP1WebWatcher::Imp::ensureEndThread
static void ensureEndThread(HttpThread *&)
Definition: VP1WebWatcher.cxx:150