26 #if ! defined (octave_workspace_view_h)
27 #define octave_workspace_view_h 1
31 #include <QItemDelegate>
33 #include <QSignalMapper>
34 #include <QSortFilterProxyModel>
Base class for Octave interfaces that use Qt.
workspace_view(QWidget *parent, base_qobject &oct_qobj)
void rename_variable_signal(const QString &, const QString &)
Signal that user wants to rename a variable.
void handle_contextmenu_edit(void)
void filter_activate(bool enable)
void update_filter_history(void)
QCheckBox * m_filter_checkbox
void command_requested(const QString &cmd)
Signal that user had requested a command on a variable.
void handle_contextmenu_disp(void)
void handle_contextmenu_filter(void)
~workspace_view(void)=default
void edit_variable_signal(const QString &)
Signal that user wants to edit a variable.
void relay_contextmenu_command(const QString &cmdname, bool str=false)
int m_view_previous_row_count
void handle_contextmenu_clear(void)
void notice_settings(const gui_settings *)
QString get_var_name(const QModelIndex &index)
QSortFilterProxyModel m_filter_model
void handle_contextmenu_copy_value(void)
void handle_contextmenu_stem(void)
void setModel(workspace_model *model)
QWidget * m_filter_widget
void handle_contextmenu_plot(void)
void toggle_header(int column)
void handle_contextmenu_copy(void)
workspace_model * m_model
void copy_variable_value_to_clipboard(const QString &)
Signal that user wnats to copy a variable value to the clipboard.
void set_filter_focus(bool focus)
void handle_contextmenu_rename(void)
void contextmenu_requested(const QPoint &pos)
void filter_update(const QString &expression)
void handle_model_changed(void)
void header_contextmenu_requested(const QPoint &mpos)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn