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
Signals | Public Member Functions | Private Slots | Private Attributes | List of all members
octave_qscintilla Class Reference

#include "octave-qscintilla.h"

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

Signals

void execute_command_in_terminal_signal (const QString &)

Public Member Functions

 octave_qscintilla (QWidget *p)
 ~octave_qscintilla ()
void context_edit ()
void context_help_doc (bool)
void context_run ()
bool get_actual_word ()
void get_global_textcursor_pos (QPoint *global_pos, QPoint *local_pos)

Private Slots

void contextmenu_doc (bool)
void contextmenu_edit (bool)
void contextmenu_help (bool)
void contextmenu_help_doc (bool)
void contextmenu_run (bool)

Private Attributes

QString _word_at_cursor

Detailed Description

Definition at line 32 of file octave-qscintilla.h.

Constructor & Destructor Documentation

octave_qscintilla::octave_qscintilla ( QWidget p)
octave_qscintilla::~octave_qscintilla ( )

Member Function Documentation

void octave_qscintilla::context_edit ( )
void octave_qscintilla::context_help_doc ( bool  )
void octave_qscintilla::context_run ( )
void octave_qscintilla::contextmenu_doc ( bool  )
privateslot
void octave_qscintilla::contextmenu_edit ( bool  )
privateslot
void octave_qscintilla::contextmenu_help ( bool  )
privateslot
void octave_qscintilla::contextmenu_help_doc ( bool  )
privateslot
void octave_qscintilla::contextmenu_run ( bool  )
privateslot
void octave_qscintilla::execute_command_in_terminal_signal ( const QString &  )
signal
bool octave_qscintilla::get_actual_word ( )
void octave_qscintilla::get_global_textcursor_pos ( QPoint *  global_pos,
QPoint *  local_pos 
)

Member Data Documentation

QString octave_qscintilla::_word_at_cursor
private

Definition at line 64 of file octave-qscintilla.h.


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