ATLAS Offline Software
Loading...
Searching...
No Matches
VP1WebWatcher.cxx File Reference
#include "VP1Gui/VP1WebWatcher.h"
#include <QUrl>
#include <QThread>
#include <QDateTime>
#include <iostream>
Include dependency graph for VP1WebWatcher.cxx:

Go to the source code of this file.

Classes

class  VP1WebWatcher::Imp
class  VP1WebWatcher::Imp::HttpThread
class  VP1WebWatcher::Imp::WatchedUrl

Variables

static const QString VP1WebWatcher_PREFIX = "vp1webwatcher_"
static const QString VP1WebWatcher_Unknown = VP1WebWatcher_PREFIX+"unknown"
static const QString VP1WebWatcher_ResultNotReady = VP1WebWatcher_PREFIX+"result_not_ready"
static const QString VP1WebWatcher_UrlInvalid = VP1WebWatcher_PREFIX+"url_invalid"
static const QString VP1WebWatcher_httpProblems = VP1WebWatcher_PREFIX+"http_problems"
static const QString VP1WebWatcher_FileNotExist = VP1WebWatcher_PREFIX+"file_not_existant"

Variable Documentation

◆ VP1WebWatcher_FileNotExist

const QString VP1WebWatcher_FileNotExist = VP1WebWatcher_PREFIX+"file_not_existant"
static

Definition at line 34 of file VP1WebWatcher.cxx.

◆ VP1WebWatcher_httpProblems

const QString VP1WebWatcher_httpProblems = VP1WebWatcher_PREFIX+"http_problems"
static

Definition at line 33 of file VP1WebWatcher.cxx.

◆ VP1WebWatcher_PREFIX

const QString VP1WebWatcher_PREFIX = "vp1webwatcher_"
static

Definition at line 29 of file VP1WebWatcher.cxx.

◆ VP1WebWatcher_ResultNotReady

const QString VP1WebWatcher_ResultNotReady = VP1WebWatcher_PREFIX+"result_not_ready"
static

Definition at line 31 of file VP1WebWatcher.cxx.

◆ VP1WebWatcher_Unknown

const QString VP1WebWatcher_Unknown = VP1WebWatcher_PREFIX+"unknown"
static

Definition at line 30 of file VP1WebWatcher.cxx.

◆ VP1WebWatcher_UrlInvalid

const QString VP1WebWatcher_UrlInvalid = VP1WebWatcher_PREFIX+"url_invalid"
static

Definition at line 32 of file VP1WebWatcher.cxx.