|
Krita Source Code Documentation
|
#include <kshortcutschemeseditor.h>
Inheritance diagram for KisKShortcutSchemesEditor:Signals | |
| void | shortcutsSchemeChanged (const QString &) |
Public Member Functions | |
| QString | currentScheme () |
| KisKShortcutSchemesEditor (KisShortcutsDialog *parent) | |
Protected Member Functions | |
| void | updateDeleteButton () |
Private Slots | |
| void | deleteScheme () |
| void | exportShortcutsScheme () |
| void | importShortcutsScheme () |
| void | loadCustomShortcuts () |
| void | newScheme () |
| void | saveCustomShortcuts () |
Private Attributes | |
| QPushButton * | m_deleteScheme {nullptr} |
| KisShortcutsDialog * | m_dialog {nullptr} |
| QPushButton * | m_exportScheme {nullptr} |
| QPushButton * | m_newScheme {nullptr} |
| QHash< QString, QString > | m_schemeFileLocations |
| QComboBox * | m_schemesList {nullptr} |
Definition at line 15 of file kshortcutschemeseditor.h.
| KisKShortcutSchemesEditor::KisKShortcutSchemesEditor | ( | KisShortcutsDialog * | parent | ) |
Definition at line 33 of file kshortcutschemeseditor.cpp.
References connect(), currentScheme(), deleteScheme(), exportShortcutsScheme(), importShortcutsScheme(), loadCustomShortcuts(), m_deleteScheme, m_dialog, m_newScheme, m_schemesList, newScheme(), saveCustomShortcuts(), KisKShortcutSchemesHelper::schemeFileLocations(), shortcutsSchemeChanged(), and updateDeleteButton().
| QString KisKShortcutSchemesEditor::currentScheme | ( | ) |
Definition at line 145 of file kshortcutschemeseditor.cpp.
References m_schemesList.
|
privateslot |
Definition at line 124 of file kshortcutschemeseditor.cpp.
References currentScheme(), m_dialog, m_schemesList, KisKShortcutSchemesHelper::shortcutSchemeFileName(), shortcutsSchemeChanged(), and updateDeleteButton().
|
privateslot |
Definition at line 150 of file kshortcutschemeseditor.cpp.
References KisShortcutsDialog::exportConfiguration(), m_dialog, KoFileDialog::SaveFile, and KoResourcePaths::saveLocation().
|
privateslot |
Definition at line 205 of file kshortcutschemeseditor.cpp.
References KisShortcutsDialog::importConfiguration(), KoFileDialog::ImportFile, and m_dialog.
|
privateslot |
Definition at line 184 of file kshortcutschemeseditor.cpp.
References KoFileDialog::ImportFile, KisShortcutsDialog::loadCustomShortcuts(), and m_dialog.
|
privateslot |
Definition at line 93 of file kshortcutschemeseditor.cpp.
References KisShortcutsDialog::exportConfiguration(), m_dialog, m_schemeFileLocations, m_schemesList, KisKShortcutSchemesHelper::shortcutSchemeFileName(), shortcutsSchemeChanged(), and updateDeleteButton().
|
privateslot |
Definition at line 166 of file kshortcutschemeseditor.cpp.
References m_dialog, KisShortcutsDialog::saveCustomShortcuts(), and KoFileDialog::SaveFile.
|
signal |
|
protected |
Definition at line 233 of file kshortcutschemeseditor.cpp.
References m_deleteScheme, and m_schemesList.
|
private |
Definition at line 41 of file kshortcutschemeseditor.h.
|
private |
Definition at line 45 of file kshortcutschemeseditor.h.
|
private |
Definition at line 42 of file kshortcutschemeseditor.h.
|
private |
Definition at line 40 of file kshortcutschemeseditor.h.
|
private |
Definition at line 46 of file kshortcutschemeseditor.h.
|
private |
Definition at line 43 of file kshortcutschemeseditor.h.