23 #ifndef HISTORYDOCKWIDGET_H
24 #define HISTORYDOCKWIDGET_H
28 #include <QSortFilterProxyModel>
29 #include <QStringListModel>
70 void ctxMenu (
const QPoint &pos);
90 #endif // HISTORYDOCKWIDGET_H
void update_filter_history()
QStringListModel * _history_model
Stores the current history_model.
void set_history(const QStringList &hist)
history_dock_widget(QWidget *parent=0)
void ctxMenu(const QPoint &pos)
void handle_double_click(QModelIndex modelIndex)
void message(const char *name, const char *fmt,...)
QListView * _history_list_view
void information(const QString &message)
void handle_contextmenu_copy(bool flag)
void command_double_clicked(const QString &command)
Emitted, whenever the user double-clicked a command in the history.
void command_create_script(const QString &commands)
Emitted whenever the user selects command and chooses Create script from popupmenu.
void append_history(const QString &hist_entry)
void filter_activate(bool enable)
QCheckBox * _filter_checkbox
void handle_contextmenu_create_script(bool flag)
QSortFilterProxyModel _sort_filter_proxy_model
void handle_contextmenu_evaluate(bool flag)