GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Public Member Functions | |
shortcut_t (void) | |
shortcut_t (const shortcut_t &x) | |
~shortcut_t (void) | |
shortcut_t & | operator= (const shortcut_t &x) |
Public Attributes | |
QKeySequence * | actual_sc |
QKeySequence * | default_sc |
QString | description |
QString | settings_key |
QTreeWidgetItem * | tree_item |
Definition at line 123 of file shortcut-manager.h.
|
inline |
Definition at line 127 of file shortcut-manager.h.
References actual_sc, and default_sc.
|
inline |
Definition at line 138 of file shortcut-manager.h.
References actual_sc, and default_sc.
|
inline |
Definition at line 171 of file shortcut-manager.h.
References actual_sc, and default_sc.
|
inline |
Definition at line 150 of file shortcut-manager.h.
References actual_sc, default_sc, description, settings_key, and tree_item.
QKeySequence* shortcut_manager::shortcut_t::actual_sc |
Definition at line 180 of file shortcut-manager.h.
Referenced by shortcut_manager::do_fill_treewidget(), shortcut_manager::import_shortcuts(), operator=(), shortcut_manager::shortcut_dialog_finished(), shortcut_t(), and ~shortcut_t().
QKeySequence* shortcut_manager::shortcut_t::default_sc |
Definition at line 181 of file shortcut-manager.h.
Referenced by shortcut_manager::do_fill_treewidget(), operator=(), shortcut_t(), and ~shortcut_t().
QString shortcut_manager::shortcut_t::description |
Definition at line 178 of file shortcut-manager.h.
Referenced by shortcut_manager::do_fill_treewidget(), shortcut_manager::init(), and operator=().
QString shortcut_manager::shortcut_t::settings_key |
Definition at line 179 of file shortcut-manager.h.
Referenced by shortcut_manager::do_fill_treewidget(), shortcut_manager::import_shortcuts(), and operator=().
QTreeWidgetItem* shortcut_manager::shortcut_t::tree_item |
Definition at line 177 of file shortcut-manager.h.
Referenced by operator=().