![]() |
KVIrc 5.2.6
Developer APIs
|
#include <DccDialog.h>
Signals | |
void | accepted (DccDialog *, DccDescriptor *) |
void | rejected (DccDialog *, DccDescriptor *) |
Public Member Functions | |
DccAcceptDialog (DccBroker *br, DccDescriptor *dcc, const QString &text, const QString &capt) | |
~DccAcceptDialog () | |
![]() | |
DccDialog (DccBroker *br, DccDescriptor *dcc) | |
virtual void | forgetDescriptor () |
virtual | ~DccDialog () |
Protected Member Functions | |
void | closeEvent (QCloseEvent *e) override |
void | showEvent (QShowEvent *e) override |
Private Slots | |
void | acceptClicked () |
void | rejectClicked () |
Additional Inherited Members | |
![]() | |
DccBroker * | m_pBroker |
DccDescriptor * | m_pDescriptor |
DccAcceptDialog::DccAcceptDialog | ( | DccBroker * | br, |
DccDescriptor * | dcc, | ||
const QString & | text, | ||
const QString & | capt ) |
References __tr2qs_ctx, acceptClicked(), connect(), KviIconManager::DccMsg, g_pIconManager, KviIconManager::getSmallIcon(), l, and rejectClicked().
|
default |
|
privateslot |
References accepted(), and DccDialog::m_pDescriptor.
Referenced by DccAcceptDialog().
|
signal |
Referenced by acceptClicked().
|
overrideprotected |
References e, DccDialog::m_pDescriptor, and rejected().
|
privateslot |
References DccDialog::m_pDescriptor, and rejected().
Referenced by DccAcceptDialog().
|
signal |
Referenced by closeEvent(), and rejectClicked().
|
overrideprotected |
References e, g_pApp, and g_pMainWindow.