Qucs-GUI  0.0.19
Public Member Functions | Protected Member Functions | Private Slots | Private Attributes
OctaveWindow Class Reference

#include <octave_window.h>

Public Member Functions

 OctaveWindow (QDockWidget *)
 ~OctaveWindow ()
QSize sizeHint () const
bool startOctave ()
void runOctaveScript (const QString &)
void sendCommand (const QString &)
void adjustDirectory ()

Protected Member Functions

bool eventFilter (QObject *obj, QEvent *event)

Private Slots

void slotDisplayMsg ()
void slotDisplayErr ()
void slotOctaveEnded (int status)
void slotSendCommand ()

Private Attributes

QTextEdit * output
QProcess octProcess
QLineEdit * input
QStringList cmdHistory
int histPosition

Detailed Description

Definition at line 19 of file octave_window.h.


Constructor & Destructor Documentation

OctaveWindow::OctaveWindow ( QDockWidget *  parent_)

Definition at line 27 of file octave_window.cpp.

Here is the call graph for this function:

Definition at line 63 of file octave_window.cpp.


Member Function Documentation

Definition at line 139 of file octave_window.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

bool OctaveWindow::eventFilter ( QObject *  obj,
QEvent *  event 
) [protected]

Definition at line 177 of file octave_window.cpp.

void OctaveWindow::runOctaveScript ( const QString &  name)

Definition at line 158 of file octave_window.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

void OctaveWindow::sendCommand ( const QString &  cmd)

Definition at line 145 of file octave_window.cpp.

Here is the caller graph for this function:

QSize OctaveWindow::sizeHint ( ) const

Definition at line 70 of file octave_window.cpp.

void OctaveWindow::slotDisplayErr ( ) [private, slot]

Definition at line 218 of file octave_window.cpp.

Here is the caller graph for this function:

void OctaveWindow::slotDisplayMsg ( ) [private, slot]

Definition at line 206 of file octave_window.cpp.

Here is the caller graph for this function:

void OctaveWindow::slotOctaveEnded ( int  status) [private, slot]

Definition at line 233 of file octave_window.cpp.

Here is the caller graph for this function:

void OctaveWindow::slotSendCommand ( ) [private, slot]

Definition at line 165 of file octave_window.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Definition at line 82 of file octave_window.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:


Field Documentation

QStringList OctaveWindow::cmdHistory [private]

Definition at line 44 of file octave_window.h.

Definition at line 45 of file octave_window.h.

QLineEdit* OctaveWindow::input [private]

Definition at line 43 of file octave_window.h.

QProcess OctaveWindow::octProcess [private]

Definition at line 42 of file octave_window.h.

QTextEdit* OctaveWindow::output [private]

Definition at line 41 of file octave_window.h.


The documentation for this class was generated from the following files:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines