SilentEye 0.4.1
Public Member Functions | Private Slots | Private Attributes

SilentEye::UpdateDialog Class Reference

Check for new version of SilentEye (HTTP) More...

#include <updatedialog.h>

List of all members.

Public Member Functions

 UpdateDialog (QWidget *parent=0)
 ~UpdateDialog ()

Private Slots

void showEvent (QShowEvent *)
void download (QUrl)
void httpReadyRead ()
void httpFinished ()

Private Attributes

QUrl m_url
QNetworkReply * m_reply
QString m_buffer
QPointer< Loggerm_logger

Detailed Description

Check for new version of SilentEye (HTTP)

Definition at line 32 of file updatedialog.h.


Constructor & Destructor Documentation

SilentEye::UpdateDialog::UpdateDialog ( QWidget *  parent = 0)
SilentEye::UpdateDialog::~UpdateDialog ( )

Definition at line 40 of file updatedialog.cpp.

References m_logger.


Member Function Documentation

void SilentEye::UpdateDialog::download ( QUrl  url) [private, slot]
void SilentEye::UpdateDialog::httpFinished ( ) [private, slot]

Definition at line 75 of file updatedialog.cpp.

References download(), SilentEyeFramework::Config::get(), m_buffer, m_logger, m_reply, and m_url.

Referenced by download().

void SilentEye::UpdateDialog::httpReadyRead ( ) [private, slot]

Definition at line 70 of file updatedialog.cpp.

References m_buffer, and m_reply.

Referenced by download().

void SilentEye::UpdateDialog::showEvent ( QShowEvent *  event) [private, slot]

Definition at line 47 of file updatedialog.cpp.

References download(), and SilentEye::Controller::instance().


Member Data Documentation

Definition at line 39 of file updatedialog.h.

Referenced by download(), httpFinished(), and httpReadyRead().

Definition at line 41 of file updatedialog.h.

Referenced by download(), httpFinished(), UpdateDialog(), and ~UpdateDialog().

QNetworkReply* SilentEye::UpdateDialog::m_reply [private]

Definition at line 38 of file updatedialog.h.

Referenced by download(), httpFinished(), and httpReadyRead().

Definition at line 34 of file updatedialog.h.

Referenced by download(), and httpFinished().


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