23 #ifndef SHORTCUT_MANAGER_H
24 #define SHORTCUT_MANAGER_H
27 #include <QTreeWidget>
114 void init (QString, QString, QKeySequence);
202 #endif // SHORTCUT_MANAGER_H
QTreeWidgetItem * tree_item
QKeySequence * default_sc
QHash< int, QTreeWidgetItem * > _index_item_hash
QHash< QTreeWidgetItem *, int > _item_index_hash
void do_import_export(bool import, int set)
void init(QString, QString, QKeySequence)
enter_shortcut * _edit_actual
void shortcut_dialog_set_default()
static shortcut_manager * instance
void handle_double_clicked(QTreeWidgetItem *, int)
QHash< QString, int > _action_hash
shortcut_manager & operator=(const shortcut_manager &)
void do_write_shortcuts(int set, QSettings *settings, bool closing)
void handle_direct_shortcut(int)
shortcut_t & operator=(const shortcut_t &x)
static void cleanup_instance(void)
static void fill_treewidget(QTreeWidget *tree_view)
static void import_export(bool import, int set)
enter_shortcut(QWidget *p=0)
virtual void keyPressEvent(QKeyEvent *e)
static void write_shortcuts(int set, QSettings *settings, bool closing)
QHash< QString, QTreeWidgetItem * > _level_hash
void shortcut_dialog(int)
void do_fill_treewidget(QTreeWidget *tree_view)
shortcut_t(const shortcut_t &x)
QHash< QString, int > _shortcut_hash
static bool instance_ok(void)
void do_set_shortcut(QAction *action, const QString &key)
static void set_shortcut(QAction *action, const QString &key)
F77_RET_T const double * x
void import_shortcuts(int set, QSettings *settings)
void shortcut_dialog_finished(int)