GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
history_dock_widget Class Reference

#include "history-dock-widget.h"

Inheritance diagram for history_dock_widget:
Inheritance graph
[legend]
Collaboration diagram for history_dock_widget:
Collaboration graph
[legend]

Public Slots

void append_history (const QString &hist_entry)
void clear_history (void)
virtual void focus (void)
virtual void handle_visibility (bool visible)
QMainWindowmain_win ()
virtual void notice_settings (const QSettings *)
void set_history (const QStringList &hist)

Signals

void active_changed (bool active)
 Custom signal that tells whether a user has clicked away that dock widget, i.e the active dock widget has changed.
void command_create_script (const QString &commands)
 Emitted whenever the user selects command and chooses Create script from popupmenu.
void command_double_clicked (const QString &command)
 Emitted, whenever the user double-clicked a command in the history.
void information (const QString &message)

Public Member Functions

 history_dock_widget (QWidget *parent=0)
virtual void connect_visibility_changed (void)
void make_widget (bool dock=true)
void make_window (void)
void set_title (const QString &)

Protected Slots

virtual void handle_visibility_changed (bool visible)
 Slot to steer changing visibility from outside.

Protected Member Functions

virtual void closeEvent (QCloseEvent *e)
QWidgetfocusWidget ()

Private Slots

void copyClipboard ()
void ctxMenu (const QPoint &pos)
void handle_contextmenu_copy (bool flag)
void handle_contextmenu_create_script (bool flag)
void handle_contextmenu_evaluate (bool flag)
void handle_double_click (QModelIndex modelIndex)
void pasteClipboard ()

Private Member Functions

void construct ()

Private Attributes

QLineEdit * _filter_line_edit
QListView * _history_list_view
QStringListModel * _history_model
 Stores the current history_model.
QSortFilterProxyModel _sort_filter_proxy_model

Detailed Description

Definition at line 32 of file history-dock-widget.h.

Constructor & Destructor Documentation

history_dock_widget::history_dock_widget ( QWidget parent = 0)

Member Function Documentation

void octave_dock_widget::active_changed ( bool  active)
signalinherited

Custom signal that tells whether a user has clicked away that dock widget, i.e the active dock widget has changed.

Referenced by octave_dock_widget::change_visibility(), octave_dock_widget::closeEvent(), workspace_view::closeEvent(), octave_dock_widget::connect_visibility_changed(), and octave_dock_widget::handle_visibility_changed().

void history_dock_widget::append_history ( const QString &  hist_entry)
slot

Definition at line 179 of file history-dock-widget.cc.

References _history_list_view, and _history_model.

void history_dock_widget::clear_history ( void  )
slot

Definition at line 196 of file history-dock-widget.cc.

References _history_model.

virtual void octave_dock_widget::closeEvent ( QCloseEvent *  e)
inlineprotectedvirtualinherited

Reimplemented in workspace_view.

Definition at line 55 of file octave-dock-widget.h.

References octave_dock_widget::active_changed().

void history_dock_widget::command_create_script ( const QString &  commands)
signal

Emitted whenever the user selects command and chooses Create script from popupmenu.

Referenced by handle_contextmenu_create_script(), and history_dock_widget().

void history_dock_widget::command_double_clicked ( const QString &  command)
signal

Emitted, whenever the user double-clicked a command in the history.

Referenced by handle_contextmenu_evaluate(), handle_double_click(), and history_dock_widget().

void octave_dock_widget::connect_visibility_changed ( void  )
virtualinherited
void history_dock_widget::construct ( )
private
void history_dock_widget::copyClipboard ( void  )
privateslot
void history_dock_widget::ctxMenu ( const QPoint &  pos)
privateslot
virtual void octave_dock_widget::focus ( void  )
inlinevirtualslotinherited
QWidget * octave_dock_widget::focusWidget ( )
protectedinherited

Definition at line 259 of file octave-dock-widget.cc.

References Faddeeva::w().

void history_dock_widget::handle_contextmenu_copy ( bool  flag)
privateslot

Definition at line 109 of file history-dock-widget.cc.

References _history_list_view.

Referenced by copyClipboard(), and ctxMenu().

void history_dock_widget::handle_contextmenu_create_script ( bool  flag)
privateslot

Definition at line 142 of file history-dock-widget.cc.

References _history_list_view, and command_create_script().

Referenced by ctxMenu().

void history_dock_widget::handle_contextmenu_evaluate ( bool  flag)
privateslot

Definition at line 129 of file history-dock-widget.cc.

References _history_list_view, and command_double_clicked().

Referenced by ctxMenu().

void history_dock_widget::handle_double_click ( QModelIndex  modelIndex)
privateslot

Definition at line 166 of file history-dock-widget.cc.

References command_double_clicked().

Referenced by construct().

virtual void octave_dock_widget::handle_visibility ( bool  visible)
inlinevirtualslotinherited
virtual void octave_dock_widget::handle_visibility_changed ( bool  visible)
inlineprotectedvirtualslotinherited

Slot to steer changing visibility from outside.

Definition at line 90 of file octave-dock-widget.h.

References octave_dock_widget::active_changed().

Referenced by octave_dock_widget::octave_dock_widget().

void history_dock_widget::information ( const QString &  message)
signal

Referenced by history_dock_widget().

QMainWindow* octave_dock_widget::main_win ( )
inlineslotinherited

Definition at line 85 of file octave-dock-widget.h.

References octave_dock_widget::_parent.

Referenced by files_dock_widget::files_dock_widget().

void octave_dock_widget::make_widget ( bool  dock = true)
inherited
void octave_dock_widget::make_window ( void  )
inherited
virtual void octave_dock_widget::notice_settings ( const QSettings *  )
inlinevirtualslotinherited

Definition at line 81 of file octave-dock-widget.h.

Referenced by octave_dock_widget::octave_dock_widget().

void history_dock_widget::pasteClipboard ( void  )
privateslot

Definition at line 214 of file history-dock-widget.cc.

References _filter_line_edit.

void history_dock_widget::set_history ( const QStringList &  hist)
slot

Definition at line 172 of file history-dock-widget.cc.

References _history_list_view, and _history_model.

void octave_dock_widget::set_title ( const QString &  title)
inherited

Member Data Documentation

QLineEdit* history_dock_widget::_filter_line_edit
private

Definition at line 72 of file history-dock-widget.h.

Referenced by construct(), copyClipboard(), and pasteClipboard().

QListView* history_dock_widget::_history_list_view
private
QStringListModel* history_dock_widget::_history_model
private

Stores the current history_model.

Definition at line 76 of file history-dock-widget.h.

Referenced by append_history(), clear_history(), construct(), and set_history().

QSortFilterProxyModel history_dock_widget::_sort_filter_proxy_model
private

Definition at line 73 of file history-dock-widget.h.

Referenced by construct().


The documentation for this class was generated from the following files: