KVIrc
4.9.2
DeveloperAPIs
|
#include <DccDialog.h>
Signals | |
void | cancelSelected (DccDialog *, DccDescriptor *) |
void | overwriteSelected (DccDialog *, DccDescriptor *) |
void | renameSelected (DccDialog *, DccDescriptor *) |
Public Member Functions | |
DccRenameDialog (DccBroker *br, DccDescriptor *dcc, const QString &text, bool bDisableResume) | |
~DccRenameDialog () | |
Public Member Functions inherited from DccDialog | |
DccDialog (DccBroker *br, DccDescriptor *dcc) | |
virtual void | forgetDescriptor () |
virtual | ~DccDialog () |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *e) |
virtual void | showEvent (QShowEvent *e) |
Private Slots | |
void | cancelClicked () |
void | overwriteClicked () |
void | renameClicked () |
void | resumeClicked () |
Additional Inherited Members | |
Protected Attributes inherited from DccDialog | |
DccBroker * | m_pBroker |
DccDescriptor * | m_pDescriptor |
DccRenameDialog::DccRenameDialog | ( | DccBroker * | br, |
DccDescriptor * | dcc, | ||
const QString & | text, | ||
bool | bDisableResume | ||
) |
|
default |
|
privateslot |
References cancelSelected(), and DccDialog::m_pDescriptor.
Referenced by DccRenameDialog().
|
signal |
Referenced by cancelClicked(), and closeEvent().
|
protectedvirtual |
References cancelSelected(), and DccDialog::m_pDescriptor.
|
privateslot |
References DccDialog::m_pDescriptor, and overwriteSelected().
Referenced by DccRenameDialog().
|
signal |
Referenced by overwriteClicked(), and resumeClicked().
|
privateslot |
References DccDialog::m_pDescriptor, and renameSelected().
Referenced by DccRenameDialog().
|
signal |
Referenced by renameClicked().
|
privateslot |
References DccDescriptor::bResume, DccDialog::m_pDescriptor, and overwriteSelected().
Referenced by DccRenameDialog().
|
protectedvirtual |
References g_pApp, and KviMemory::move().