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

#include <OptionsWidget_identity.h>

+ Inheritance diagram for AvatarSelectionDialog:

Public Member Functions

 AvatarSelectionDialog (QWidget *par, const QString &szInitialPath)
 
 ~AvatarSelectionDialog ()
 

Protected Slots

void cancelClicked ()
 
void chooseFileClicked ()
 
void okClicked ()
 

Protected Member Functions

const QString & avatarName ()
 
virtual void closeEvent (QCloseEvent *e)
 

Protected Attributes

QLineEdit * m_pLineEdit
 
QString m_szAvatarName
 

Friends

class OptionsWidget_identityAvatar
 

Constructor & Destructor Documentation

AvatarSelectionDialog::AvatarSelectionDialog ( QWidget *  par,
const QString &  szInitialPath 
)
AvatarSelectionDialog::~AvatarSelectionDialog ( )
default

Member Function Documentation

const QString& AvatarSelectionDialog::avatarName ( )
inlineprotected
void AvatarSelectionDialog::cancelClicked ( )
protectedslot

Referenced by AvatarSelectionDialog().

void AvatarSelectionDialog::chooseFileClicked ( )
protectedslot
void AvatarSelectionDialog::closeEvent ( QCloseEvent *  e)
protectedvirtual
void AvatarSelectionDialog::okClicked ( )
protectedslot

References m_pLineEdit, and m_szAvatarName.

Referenced by AvatarSelectionDialog().

Friends And Related Function Documentation

friend class OptionsWidget_identityAvatar
friend

Member Data Documentation

QLineEdit* AvatarSelectionDialog::m_pLineEdit
protected
QString AvatarSelectionDialog::m_szAvatarName
protected

Referenced by avatarName(), and okClicked().


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