![]() |
KVIrc 5.2.6
Developer APIs
|
A dialog which allow the user to choose which elements to restore. More...
#include <KviDefaultScript.h>
Public Member Functions | |
KviDefaultScriptDialog () | |
Constructs the default script dialog. | |
~KviDefaultScriptDialog () | |
Destroys the default script dialog. | |
Protected Slots | |
void | accept () override |
Accepts the dialog. | |
void | advanced () |
Open/close the advanced widget. | |
void | reject () override |
Rejects the dialog. | |
void | toggleAll (bool) |
Enables or disables all checkboxes. | |
Protected Attributes | |
QCheckBox * | m_pAction |
QCheckBox * | m_pAddon |
QGroupBox * | m_pAdvanced |
QPushButton * | m_pAdvancedButton |
QCheckBox * | m_pAlias |
QCheckBox * | m_pAll |
QCheckBox * | m_pClass |
QCheckBox * | m_pData |
QCheckBox * | m_pEvent |
QCheckBox * | m_pPopup |
QCheckBox * | m_pRaw |
QCheckBox * | m_pToolbar |
Friends | |
class | KviDefaultScriptManager |
A dialog which allow the user to choose which elements to restore.
KviDefaultScriptDialog::KviDefaultScriptDialog | ( | ) |
Constructs the default script dialog.
References __tr2qs, KviIconManager::Accept, accept(), advanced(), connect(), KviIconManager::Discard, g_pIconManager, KviIconManager::Gui, m_pAction, m_pAddon, m_pAdvanced, m_pAdvancedButton, m_pAlias, m_pAll, m_pClass, m_pData, m_pEvent, m_pPopup, m_pRaw, m_pToolbar, reject(), and toggleAll().
Referenced by KviDefaultScriptManager.
|
default |
Destroys the default script dialog.
|
overrideprotectedslot |
Accepts the dialog.
Called when the user clicks on 'Ok'
Referenced by KviDefaultScriptDialog().
|
protectedslot |
Open/close the advanced widget.
Called when the user clicks on 'Advanced...'
References m_pAdvanced, and m_pAdvancedButton.
Referenced by KviDefaultScriptDialog().
|
overrideprotectedslot |
Rejects the dialog.
Called when the user clicks on 'Cancel' or closes the dialog using the window decoration or pressing ESC
Referenced by KviDefaultScriptDialog().
|
protectedslot |
Enables or disables all checkboxes.
Called when the user (de)selects the 'All' one
References m_pAction, m_pAddon, m_pAlias, m_pClass, m_pEvent, m_pPopup, m_pRaw, and m_pToolbar.
Referenced by KviDefaultScriptDialog().
|
friend |
References KviDefaultScriptDialog(), and KviDefaultScriptManager.
Referenced by KviDefaultScriptManager.
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by advanced(), and KviDefaultScriptDialog().
|
protected |
Referenced by advanced(), and KviDefaultScriptDialog().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().
|
protected |
Referenced by KviDefaultScriptDialog(), and toggleAll().