Sayonara Player
Loading...
Searching...
No Matches
GUI_ShortcutPreferences Class Referencefinal

The GUI_ShortcutPreferences class. More...

#include <GUI_ShortcutPreferences.h>

Inheritance diagram for GUI_ShortcutPreferences:
Preferences::Base Gui::Widget Gui::WidgetTemplate< QWidget > Gui::WidgetTemplateParent

Signals

void sigShown ()
void sigClosed ()

Public Member Functions

 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 ()

Protected Member Functions

void initUi () override
void retranslate () override
QString errorString () const override
void showEvent (QShowEvent *e) override
void closeEvent (QCloseEvent *e) override
virtual void skinChanged ()

Protected Attributes

Dialog * mBoxedDialog = nullptr

Detailed Description

Member Function Documentation

◆ actionName()

QString GUI_ShortcutPreferences::actionName ( ) const
nodiscardoverridevirtual

Implements Preferences::Base.

◆ closeEvent()

void Preferences::Base::closeEvent ( QCloseEvent * e)
overrideprotectedvirtualinherited

Reimplemented from Gui::Widget.

◆ commit()

bool GUI_ShortcutPreferences::commit ( )
overridevirtual

Implements Preferences::Base.

◆ errorString()

QString GUI_ShortcutPreferences::errorString ( ) const
nodiscardoverrideprotectedvirtual

Reimplemented from Preferences::Base.

◆ initUi()

void GUI_ShortcutPreferences::initUi ( )
overrideprotectedvirtual

Implements Preferences::Base.

◆ retranslate()

void GUI_ShortcutPreferences::retranslate ( )
overrideprotectedvirtual

Implements Preferences::Base.

◆ revert()

void GUI_ShortcutPreferences::revert ( )
overridevirtual

Implements Preferences::Base.

◆ showEvent()

void Preferences::Base::showEvent ( QShowEvent * e)
overrideprotectedvirtualinherited

Reimplemented from Gui::Widget.