SilentEye 0.4.1
Public Slots | Public Member Functions | Static Public Member Functions | Public Attributes | Private Slots | Private Member Functions | Private Attributes | Static Private Attributes

SilentEye::Controller Class Reference

Manage HTTP proxy and application path (singleton) More...

#include <controller.h>

List of all members.

Public Slots

void updateProxySettings ()

Public Member Functions

 ~Controller ()

Static Public Member Functions

static QPointer< Controllerinstance ()

Public Attributes

Config config
QString appPath
QNetworkAccessManager networkManager

Private Slots

void proxyAuthentication (const QNetworkProxy &, QAuthenticator *)

Private Member Functions

 Controller (QObject *parent=0)

Private Attributes

QPointer< Loggerm_logger

Static Private Attributes

static QPointer< Controllerm_pointer = NULL

Detailed Description

Manage HTTP proxy and application path (singleton)

Definition at line 31 of file controller.h.


Constructor & Destructor Documentation

SilentEye::Controller::Controller ( QObject *  parent = 0) [private]
SilentEye::Controller::~Controller ( )

Definition at line 35 of file controller.cpp.


Member Function Documentation

QPointer< Controller > SilentEye::Controller::instance ( ) [static]
void SilentEye::Controller::proxyAuthentication ( const QNetworkProxy &  proxy,
QAuthenticator *  authenticator 
) [private, slot]

Definition at line 61 of file controller.cpp.

References m_logger.

Referenced by Controller().

void SilentEye::Controller::updateProxySettings ( ) [slot]

Definition at line 49 of file controller.cpp.

References config, SilentEyeFramework::Config::get(), and networkManager.


Member Data Documentation

Definition at line 46 of file controller.h.

Referenced by Controller().

Definition at line 45 of file controller.h.

Referenced by updateProxySettings().

Definition at line 38 of file controller.h.

Referenced by Controller(), and proxyAuthentication().

QPointer< Controller > SilentEye::Controller::m_pointer = NULL [static, private]

Definition at line 33 of file controller.h.

Referenced by instance().

Definition at line 47 of file controller.h.

Referenced by Controller(), and updateProxySettings().


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