KVIrc  4.9.2
DeveloperAPIs
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Friends | List of all members
AvatarDownloadDialog Class Reference

#include <OptionsWidget_identity.h>

+ Inheritance diagram for AvatarDownloadDialog:

Public Member Functions

 AvatarDownloadDialog (QWidget *par, const QString &szUrl)
 
 ~AvatarDownloadDialog ()
 

Protected Slots

void cancelClicked ()
 
void downloadMessage (const QString &szMsg)
 
void downloadTerminated (bool bSuccess)
 
void startDownload ()
 

Protected Member Functions

virtual void closeEvent (QCloseEvent *e)
 
const QString & errorMessage ()
 
const QString & localFileName ()
 

Protected Attributes

QLabel * m_pOutput
 
KviHttpRequestm_pRequest
 
QString m_szErrorMessage
 
QString m_szLocalFileName
 
QString m_szUrl
 

Friends

class OptionsWidget_identityAvatar
 

Constructor & Destructor Documentation

AvatarDownloadDialog::AvatarDownloadDialog ( QWidget *  par,
const QString &  szUrl 
)
AvatarDownloadDialog::~AvatarDownloadDialog ( )

References m_pRequest.

Member Function Documentation

void AvatarDownloadDialog::cancelClicked ( )
protectedslot

References __tr2qs_ctx(), and m_szErrorMessage.

Referenced by AvatarDownloadDialog().

void AvatarDownloadDialog::closeEvent ( QCloseEvent *  e)
protectedvirtual

References __tr2qs_ctx(), and m_szErrorMessage.

void AvatarDownloadDialog::downloadMessage ( const QString &  szMsg)
protectedslot

References m_pOutput.

Referenced by startDownload().

void AvatarDownloadDialog::downloadTerminated ( bool  bSuccess)
protectedslot
const QString& AvatarDownloadDialog::errorMessage ( )
inlineprotected
const QString& AvatarDownloadDialog::localFileName ( )
inlineprotected
void AvatarDownloadDialog::startDownload ( )
protectedslot

Friends And Related Function Documentation

friend class OptionsWidget_identityAvatar
friend

Member Data Documentation

QLabel* AvatarDownloadDialog::m_pOutput
protected
KviHttpRequest* AvatarDownloadDialog::m_pRequest
protected
QString AvatarDownloadDialog::m_szErrorMessage
protected
QString AvatarDownloadDialog::m_szLocalFileName
protected

Referenced by localFileName(), and startDownload().

QString AvatarDownloadDialog::m_szUrl
protected

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