#include "shortcut-manager.h"
Public Slots | |
void | handle_direct_shortcut (int) |
void | handle_shift_modifier (int) |
Public Member Functions | |
enter_shortcut (QWidget *p=nullptr) | |
~enter_shortcut (void)=default | |
virtual void | keyPressEvent (QKeyEvent *e) |
Private Attributes | |
bool | m_direct_shortcut |
bool | m_shift_modifier |
Definition at line 40 of file shortcut-manager.h.
octave::enter_shortcut::enter_shortcut | ( | QWidget * | p = nullptr | ) |
Definition at line 56 of file shortcut-manager.cc.
References m_direct_shortcut, and m_shift_modifier.
|
default |
|
slot |
Definition at line 94 of file shortcut-manager.cc.
References m_direct_shortcut, and octave::state.
Referenced by octave::shortcut_manager::shortcut_dialog().
|
slot |
Definition at line 103 of file shortcut-manager.cc.
References m_shift_modifier, and octave::state.
Referenced by octave::shortcut_manager::shortcut_dialog().
|
virtual |
Definition at line 63 of file shortcut-manager.cc.
References CTRL, m_direct_shortcut, and m_shift_modifier.
|
private |
Definition at line 59 of file shortcut-manager.h.
Referenced by enter_shortcut(), handle_direct_shortcut(), and keyPressEvent().
|
private |
Definition at line 60 of file shortcut-manager.h.
Referenced by enter_shortcut(), handle_shift_modifier(), and keyPressEvent().