Home
last modified time | relevance | path

Searched refs:KeyEditor (Results 1 – 25 of 113) sorted by relevance

12345

/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/
H A DGBAKeyEditor.h21 class KeyEditor; variable
72 KeyEditor* m_keyDU;
73 KeyEditor* m_keyDD;
74 KeyEditor* m_keyDL;
75 KeyEditor* m_keyDR;
76 KeyEditor* m_keySelect;
77 KeyEditor* m_keyStart;
78 KeyEditor* m_keyA;
79 KeyEditor* m_keyB;
80 KeyEditor* m_keyL;
[all …]
H A DGBAKeyEditor.cpp41 m_keyDU = new KeyEditor(this); in GBAKeyEditor()
42 m_keyDD = new KeyEditor(this); in GBAKeyEditor()
43 m_keyDL = new KeyEditor(this); in GBAKeyEditor()
44 m_keyDR = new KeyEditor(this); in GBAKeyEditor()
46 m_keyStart = new KeyEditor(this); in GBAKeyEditor()
47 m_keyA = new KeyEditor(this); in GBAKeyEditor()
48 m_keyB = new KeyEditor(this); in GBAKeyEditor()
49 m_keyL = new KeyEditor(this); in GBAKeyEditor()
50 m_keyR = new KeyEditor(this); in GBAKeyEditor()
106 m_keyOrder = QList<KeyEditor*>{ in GBAKeyEditor()
[all …]
H A DKeyEditor.cpp18 KeyEditor::KeyEditor(QWidget* parent) in KeyEditor() function in KeyEditor
28 void KeyEditor::setValue(int key) { in setValue()
70 void KeyEditor::setValueKey(int key) { in setValueKey()
75 void KeyEditor::setValueButton(int button) { in setValueButton()
96 void KeyEditor::clearButton() { in clearButton()
101 void KeyEditor::clearAxis() { in clearAxis()
109 void KeyEditor::clearHat() { in clearHat()
117 QSize KeyEditor::sizeHint() const { in sizeHint()
124 void KeyEditor::keyPressEvent(QKeyEvent* event) { in keyPressEvent()
172 bool KeyEditor::event(QEvent* event) { in event()
[all …]
H A DKeyEditor.h16 class KeyEditor : public QLineEdit {
20 KeyEditor(QWidget* parent = nullptr);
H A DShortcutView.cpp34 connect(m_ui.keyEdit, &KeyEditor::valueChanged, this, &ShortcutView::updateButton); in ShortcutView()
35 connect(m_ui.keyEdit, &KeyEditor::axisChanged, this, &ShortcutView::updateAxis); in ShortcutView()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/
H A DGBAKeyEditor.h21 class KeyEditor; variable
72 KeyEditor* m_keyDU;
73 KeyEditor* m_keyDD;
74 KeyEditor* m_keyDL;
75 KeyEditor* m_keyDR;
76 KeyEditor* m_keySelect;
77 KeyEditor* m_keyStart;
78 KeyEditor* m_keyA;
79 KeyEditor* m_keyB;
80 KeyEditor* m_keyL;
[all …]
H A DGBAKeyEditor.cpp42 m_keyDU = new KeyEditor(this); in GBAKeyEditor()
43 m_keyDD = new KeyEditor(this); in GBAKeyEditor()
44 m_keyDL = new KeyEditor(this); in GBAKeyEditor()
45 m_keyDR = new KeyEditor(this); in GBAKeyEditor()
47 m_keyStart = new KeyEditor(this); in GBAKeyEditor()
48 m_keyA = new KeyEditor(this); in GBAKeyEditor()
49 m_keyB = new KeyEditor(this); in GBAKeyEditor()
50 m_keyL = new KeyEditor(this); in GBAKeyEditor()
51 m_keyR = new KeyEditor(this); in GBAKeyEditor()
107 m_keyOrder = QList<KeyEditor*>{ in GBAKeyEditor()
[all …]
H A DKeyEditor.cpp18 KeyEditor::KeyEditor(QWidget* parent) in KeyEditor() function in KeyEditor
28 void KeyEditor::setValue(int key) { in setValue()
70 void KeyEditor::setValueKey(int key) { in setValueKey()
75 void KeyEditor::setValueButton(int button) { in setValueButton()
96 void KeyEditor::clearButton() { in clearButton()
101 void KeyEditor::clearAxis() { in clearAxis()
109 void KeyEditor::clearHat() { in clearHat()
117 QSize KeyEditor::sizeHint() const { in sizeHint()
124 void KeyEditor::keyPressEvent(QKeyEvent* event) { in keyPressEvent()
172 bool KeyEditor::event(QEvent* event) { in event()
[all …]
H A DKeyEditor.h16 class KeyEditor : public QLineEdit {
20 KeyEditor(QWidget* parent = nullptr);
H A DShortcutView.cpp33 connect(m_ui.keyEdit, &KeyEditor::valueChanged, this, &ShortcutView::updateButton); in ShortcutView()
34 connect(m_ui.keyEdit, &KeyEditor::axisChanged, this, &ShortcutView::updateAxis); in ShortcutView()
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dkeyeditor.cc93 KeyEditor::KeyEditor () in KeyEditor() function in KeyEditor
183 KeyEditor::unbind () in unbind()
231 KeyEditor::Tab::Tab (KeyEditor& ke, string const & str, Bindings* b) in Tab()
302 KeyEditor::Tab::unbind () in unbind()
369 KeyEditor::Tab::populate () in populate()
477 KeyEditor::Tab::tab_mapped () in tab_mapped()
539 KeyEditor::reset () in reset()
546 KeyEditor::refresh () in refresh()
554 KeyEditor::Tab*
555 KeyEditor::current_tab () in current_tab()
[all …]
H A Dkeyeditor.h41 class KeyEditor : public ArdourWindow
44 KeyEditor ();
59 Tab (KeyEditor&, std::string const &name, Gtkmm2ext::Bindings*);
89 KeyEditor& owner;
H A Dardour_ui.h131 class KeyEditor; variable
741 WM::ProxyWithConstructor<KeyEditor> key_editor;
752 KeyEditor* create_key_editor ();
H A Dardour_ui_dialogs.cc937 KeyEditor*
940 KeyEditor* kedit = new KeyEditor; in create_key_editor()
H A Dardour_ui_dependents.cc464 KeyEditor::UpdateBindings (); in action_script_changed()
/dports/security/gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-edit.py32 class KeyEditor(object): class
64 editor = KeyEditor()
72 editor = KeyEditor()
/dports/security/gpgme-qt5/gpgme-1.15.1/lang/python/tests/
H A Dt-edit.py32 class KeyEditor(object): class
64 editor = KeyEditor()
72 editor = KeyEditor()
/dports/security/gpgme-cpp/gpgme-1.15.1/lang/python/tests/
H A Dt-edit.py32 class KeyEditor(object): class
64 editor = KeyEditor()
72 editor = KeyEditor()
/dports/security/py-gpgme/gpgme-1.15.1/lang/python/tests/
H A Dt-edit.py32 class KeyEditor(object): class
64 editor = KeyEditor()
72 editor = KeyEditor()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dkeyedit.cpp267 KeyEditor::KeyEditor(QWidget* parent) in KeyEditor() function in Ms::KeyEditor
327 void KeyEditor::addClicked() in addClicked()
363 void KeyEditor::clearClicked() in clearClicked()
372 void KeyEditor::showKeyPalette(bool val) in showKeyPalette()
381 void KeyEditor::save() in save()
395 keyEditor = new KeyEditor(0); in showKeyEditor()
H A Dkeyedit.h34 class KeyEditor : public QWidget, Ui::KeyEdit {
51 KeyEditor(QWidget* parent = 0);
H A Dmasterpalette.h22 class KeyEditor; variable
33 KeyEditor* keyEditor;
H A Dmasterpalette.cpp157 keyEditor = new KeyEditor; in MasterPalette()
H A Dmusescore.h72 class KeyEditor; variable
319 KeyEditor* keyEditor { 0 };
/dports/audio/musescore/MuseScore-3.6.1/mscore/palette/
H A Dpaletteworkspace.cpp101 KeyEditor* keyEditor = new KeyEditor(mscore); in open()
103 … connect(keyEditor, &KeyEditor::keySigAdded, this, &PaletteElementEditor::onElementAdded); in open()

12345