#include <actionseditor.h>
◆ fileType
| Enumerator |
|---|
| FT_SHORTCUT | |
| FT_MIDI | |
| FT_MIDISCUT | |
◆ CAActionsEditor()
| CAActionsEditor::CAActionsEditor |
( |
QWidget * |
parent = 0, |
|
|
Qt::WindowFlags |
f = 0 |
|
) |
| |
References actionsTable, COL_COMMAND, COL_DESCRIPTION, COL_NUM, editButton, editShortcut(), latest_dir, CASettings::latestShortcutsDirectory(), loadActionsTable(), loadButton, recordAction(), retranslateStrings(), saveActionsTable(), saveButton, CACanorus::settings(), and validateAction().
◆ ~CAActionsEditor()
| CAActionsEditor::~CAActionsEditor |
( |
| ) |
|
◆ actionsNames()
| QStringList CAActionsEditor::actionsNames |
( |
QWidget * |
widget | ) |
|
|
static |
◆ addActions()
◆ applyChanges
| void CAActionsEditor::applyChanges |
( |
| ) |
|
|
slot |
◆ changeEvent()
| void CAActionsEditor::changeEvent |
( |
QEvent * |
event | ) |
|
|
protectedvirtual |
◆ clear()
| void CAActionsEditor::clear |
( |
| ) |
|
◆ editShortcut
| void CAActionsEditor::editShortcut |
( |
| ) |
|
|
protectedslot |
◆ findAction()
◆ findActionAccel()
| int CAActionsEditor::findActionAccel |
( |
const QString & |
accel, |
|
|
int |
ignoreRow = -1 |
|
) |
| |
|
protected |
◆ findActionCommand()
| int CAActionsEditor::findActionCommand |
( |
const QString & |
name | ) |
|
|
protected |
◆ findActionMidi()
| int CAActionsEditor::findActionMidi |
( |
const QString & |
midi, |
|
|
int |
ignoreRow = -1 |
|
) |
| |
|
protected |
◆ getFType
◆ hasConflicts()
| bool CAActionsEditor::hasConflicts |
( |
bool |
bMidi = false | ) |
|
|
protected |
◆ isEmpty()
| bool CAActionsEditor::isEmpty |
( |
| ) |
|
◆ loadActionsTable [1/2]
| void CAActionsEditor::loadActionsTable |
( |
| ) |
|
|
slot |
◆ loadActionsTable [2/2]
◆ loadFromConfig()
| void CAActionsEditor::loadFromConfig |
( |
QWidget * |
widget, |
|
|
QSettings * |
set |
|
) |
| |
|
static |
◆ recordAction
| void CAActionsEditor::recordAction |
( |
QTableWidgetItem * |
i | ) |
|
|
protectedslot |
◆ retranslateStrings()
| void CAActionsEditor::retranslateStrings |
( |
| ) |
|
|
protectedvirtual |
◆ saveActionsTable [1/2]
| void CAActionsEditor::saveActionsTable |
( |
| ) |
|
|
slot |
◆ saveActionsTable [2/2]
◆ saveToConfig()
| void CAActionsEditor::saveToConfig |
( |
QWidget * |
widget, |
|
|
QSettings * |
set |
|
) |
| |
|
static |
◆ updateView
| void CAActionsEditor::updateView |
( |
| ) |
|
|
slot |
References actionsTable, COL_COMMAND, COL_DESCRIPTION, COL_MIDI, COL_MIDISCUT, COL_SHORTCUT, dont_validate, CASingleAction::getCommandName(), CASingleAction::getDescription(), CASingleAction::getMidiKeySequence(), CASingleAction::getMidiShortCutCombined(), CASingleAction::getShortCutAsString(), hasConflicts(), and m_actionsList.
Referenced by addActions().
◆ validateAction
| void CAActionsEditor::validateAction |
( |
QTableWidgetItem * |
i | ) |
|
|
protectedslot |
◆ actionsTable
| QTableWidget* CAActionsEditor::actionsTable |
|
private |
Referenced by applyChanges(), CAActionsEditor(), editShortcut(), findActionAccel(), findActionCommand(), findActionMidi(), hasConflicts(), loadActionsTable(), retranslateStrings(), saveActionsTable(), and updateView().
◆ dont_validate
| bool CAActionsEditor::dont_validate |
|
private |
◆ editButton
| QPushButton* CAActionsEditor::editButton |
|
private |
◆ latest_dir
| QString CAActionsEditor::latest_dir |
|
private |
◆ loadButton
| QPushButton* CAActionsEditor::loadButton |
|
private |
◆ m_actionsList
◆ oldAccelText
| QString CAActionsEditor::oldAccelText |
|
private |
◆ oldMidiText
| QString CAActionsEditor::oldMidiText |
|
private |
◆ saveButton
| QPushButton* CAActionsEditor::saveButton |
|
private |
The documentation for this class was generated from the following files: