The GUI_ShortcutPreferences class.
More...
#include <GUI_ShortcutPreferences.h>
|
|
void | sigShown () |
| |
|
void | sigClosed () |
| |
|
|
| GUI_ShortcutPreferences (const QString &identifier) |
| |
| void | revert () override |
| |
| bool | commit () override |
| |
| QString | actionName () const override |
| |
|
virtual bool | isUiInitialized () const final |
| |
|
virtual QAction * | action () final |
| |
|
QString | identifier () const |
| |
|
virtual bool | hasError () const |
| |
|
Dialog * | boxIntoDialog () |
| |
|
| void | initUi () override |
| |
| void | retranslate () override |
| |
| QString | errorString () const override |
| |
|
template<typename W , typename UiClass > |
| void | setupParent (W *widget, UiClass **ui) |
| |
| void | languageChanged () final |
| |
|
void | translationAction () |
| |
| void | showEvent (QShowEvent *e) override |
| |
| void | closeEvent (QCloseEvent *e) override |
| |
|
virtual void | skinChanged () |
| |
|
|
Dialog * | mBoxedDialog = nullptr |
| |
◆ actionName()
| QString GUI_ShortcutPreferences::actionName |
( |
| ) |
const |
|
overridevirtual |
◆ closeEvent()
| void Preferences::Base::closeEvent |
( |
QCloseEvent * | e | ) |
|
|
overrideprotectedvirtualinherited |
◆ commit()
| bool GUI_ShortcutPreferences::commit |
( |
| ) |
|
|
overridevirtual |
◆ errorString()
| QString GUI_ShortcutPreferences::errorString |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ initUi()
| void GUI_ShortcutPreferences::initUi |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ languageChanged()
| void Preferences::Base::languageChanged |
( |
| ) |
|
|
finalprotectedvirtualinherited |
◆ retranslate()
| void GUI_ShortcutPreferences::retranslate |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ revert()
| void GUI_ShortcutPreferences::revert |
( |
| ) |
|
|
overridevirtual |
◆ showEvent()
| void Preferences::Base::showEvent |
( |
QShowEvent * | e | ) |
|
|
overrideprotectedvirtualinherited |