#include "variable-editor.h"
Public Slots | |
void | clearContent (void) |
void | copyClipboard (void) |
void | createColumnMenu (const QPoint &pt) |
void | createContextMenu (const QPoint &pt) |
void | createRowMenu (const QPoint &pt) |
void | createVariable (void) |
void | cutClipboard (void) |
void | delete_selected (void) |
void | handle_horizontal_scroll_action (int action) |
void | handle_vertical_scroll_action (int action) |
void | pasteClipboard (void) |
QList< int > | range_selected (void) |
void | selected_command_requested (const QString &cmd) |
void | transposeContent (void) |
Signals | |
void | add_edit_actions_signal (QMenu *menu, const QString &qualifier_string) |
void | command_signal (const QString &cmd) |
Public Member Functions | |
variable_editor_view (QWidget *p, base_qobject &oct_qobj) | |
void | setModel (QAbstractItemModel *model) |
Private Member Functions | |
void | add_edit_actions (QMenu *menu, const QString &qualifier_string) |
Private Attributes | |
base_qobject & | m_octave_qobj |
variable_editor_model * | m_var_model |
Definition at line 167 of file variable-editor.h.
octave::variable_editor_view::variable_editor_view | ( | QWidget * | p, |
base_qobject & | oct_qobj | ||
) |
Definition at line 479 of file variable-editor.cc.
|
private |
Definition at line 598 of file variable-editor.cc.
References clearContent(), copyClipboard(), createVariable(), cutClipboard(), delete_selected(), octave::base_qobject::get_resource_manager(), octave::resource_manager::icon(), m_octave_qobj, and pasteClipboard().
Referenced by createColumnMenu(), createContextMenu(), and createRowMenu().
|
signal |
|
slot |
Definition at line 812 of file variable-editor.cc.
References octave::variable_editor_model::clear_content(), and m_var_model.
Referenced by add_edit_actions(), and cutClipboard().
|
signal |
Referenced by selected_command_requested(), and transposeContent().
|
slot |
Definition at line 838 of file variable-editor.cc.
References mod().
Referenced by add_edit_actions(), and cutClipboard().
|
slot |
Definition at line 665 of file variable-editor.cc.
References add_edit_actions(), octave::make_plot_mapper(), range_selected(), and selected_command_requested().
|
slot |
Definition at line 631 of file variable-editor.cc.
References add_edit_actions(), octave::make_plot_mapper(), selected_command_requested(), and transposeContent().
|
slot |
Definition at line 714 of file variable-editor.cc.
References add_edit_actions(), octave::make_plot_mapper(), range_selected(), and selected_command_requested().
|
slot |
Definition at line 765 of file variable-editor.cc.
References selected_command_requested().
Referenced by add_edit_actions().
|
slot |
Definition at line 830 of file variable-editor.cc.
References clearContent(), and copyClipboard().
Referenced by add_edit_actions().
|
slot |
Definition at line 782 of file variable-editor.cc.
References mod(), and range_selected().
Referenced by add_edit_actions().
|
slot |
Definition at line 949 of file variable-editor.cc.
References octave::variable_editor_model::display_columns(), m_var_model, and octave::variable_editor_model::maybe_resize_columns().
|
slot |
Definition at line 971 of file variable-editor.cc.
References octave::variable_editor_model::display_rows(), m_var_model, and octave::variable_editor_model::maybe_resize_rows().
|
slot |
Definition at line 869 of file variable-editor.cc.
References text::text(), and mod().
Referenced by add_edit_actions().
|
slot |
Definition at line 526 of file variable-editor.cc.
Referenced by createColumnMenu(), createRowMenu(), delete_selected(), and selected_command_requested().
|
slot |
Definition at line 559 of file variable-editor.cc.
References command_signal(), octave::variable_editor_model::data_columns(), octave::variable_editor_model::data_rows(), m_var_model, min(), and range_selected().
Referenced by createColumnMenu(), createContextMenu(), createRowMenu(), and createVariable().
void octave::variable_editor_view::setModel | ( | QAbstractItemModel * | model | ) |
Definition at line 501 of file variable-editor.cc.
References octave::variable_editor_model::column_width(), m_var_model, octave::qt_fontmetrics_horizontal_advance(), and Faddeeva::w().
Referenced by octave::variable_editor::edit_variable().
|
slot |
Definition at line 773 of file variable-editor.cc.
References command_signal().
Referenced by createContextMenu().
|
private |
Definition at line 217 of file variable-editor.h.
Referenced by add_edit_actions().
|
private |
Definition at line 219 of file variable-editor.h.
Referenced by clearContent(), handle_horizontal_scroll_action(), handle_vertical_scroll_action(), selected_command_requested(), and setModel().