Public Member Functions | |
shortcut_t (const shortcut_t &x) | |
shortcut_t (void) | |
~shortcut_t (void)=default | |
shortcut_t & | operator= (const shortcut_t &x) |
Public Attributes | |
QKeySequence | m_actual_sc |
QKeySequence | m_default_sc |
QString | m_description |
QString | m_settings_key |
QTreeWidgetItem * | m_tree_item |
Definition at line 114 of file shortcut-manager.h.
|
inline |
Definition at line 118 of file shortcut-manager.h.
|
inline |
Definition at line 123 of file shortcut-manager.h.
References m_actual_sc, m_default_sc, and x.
|
default |
|
inline |
Definition at line 131 of file shortcut-manager.h.
References m_actual_sc, m_default_sc, m_description, m_settings_key, m_tree_item, and x.
QKeySequence octave::shortcut_manager::shortcut_t::m_actual_sc |
Definition at line 154 of file shortcut-manager.h.
Referenced by shortcut_t(), octave::shortcut_manager::fill_treewidget(), octave::shortcut_manager::import_shortcuts(), octave::shortcut_manager::init(), operator=(), and octave::shortcut_manager::shortcut_dialog_finished().
QKeySequence octave::shortcut_manager::shortcut_t::m_default_sc |
Definition at line 155 of file shortcut-manager.h.
Referenced by shortcut_t(), octave::shortcut_manager::fill_treewidget(), octave::shortcut_manager::import_shortcuts(), octave::shortcut_manager::init(), and operator=().
QString octave::shortcut_manager::shortcut_t::m_description |
Definition at line 152 of file shortcut-manager.h.
Referenced by octave::shortcut_manager::fill_treewidget(), octave::shortcut_manager::init(), and operator=().
QString octave::shortcut_manager::shortcut_t::m_settings_key |
Definition at line 153 of file shortcut-manager.h.
Referenced by octave::shortcut_manager::fill_treewidget(), octave::shortcut_manager::import_shortcuts(), octave::shortcut_manager::init(), and operator=().
QTreeWidgetItem* octave::shortcut_manager::shortcut_t::m_tree_item |
Definition at line 151 of file shortcut-manager.h.
Referenced by operator=().