KVIrc 5.2.4
Developer APIs
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 ()
 
void closeEvent (QCloseEvent *e) override
 

Protected Attributes

QLineEdit * m_pLineEdit
 
QString m_szAvatarName
 

Friends

class OptionsWidget_identityAvatar
 

Constructor & Destructor Documentation

◆ AvatarSelectionDialog()

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

◆ ~AvatarSelectionDialog()

AvatarSelectionDialog::~AvatarSelectionDialog ( )
default

Member Function Documentation

◆ avatarName()

const QString & AvatarSelectionDialog::avatarName ( )
inlineprotected

◆ cancelClicked

void AvatarSelectionDialog::cancelClicked ( )
protectedslot

Referenced by AvatarSelectionDialog().

◆ chooseFileClicked

void AvatarSelectionDialog::chooseFileClicked ( )
protectedslot

◆ closeEvent()

void AvatarSelectionDialog::closeEvent ( QCloseEvent *  e)
overrideprotected

References e.

◆ okClicked

void AvatarSelectionDialog::okClicked ( )
protectedslot

References m_pLineEdit, and m_szAvatarName.

Referenced by AvatarSelectionDialog().

Friends And Related Symbol Documentation

◆ OptionsWidget_identityAvatar

friend class OptionsWidget_identityAvatar
friend

Member Data Documentation

◆ m_pLineEdit

QLineEdit* AvatarSelectionDialog::m_pLineEdit
protected

◆ m_szAvatarName

QString AvatarSelectionDialog::m_szAvatarName
protected

Referenced by avatarName(), and okClicked().


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