GNU Octave  4.2.1
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 Member Functions | Protected Attributes | List of all members
octave_cmd_exec Class Reference

#include "octave-cmd.h"

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

Public Member Functions

 octave_cmd_exec (const QString &cmd)
 
void execute ()
 

Protected Attributes

QString _cmd
 

Detailed Description

Definition at line 48 of file octave-cmd.h.

Constructor & Destructor Documentation

octave_cmd_exec::octave_cmd_exec ( const QString &  cmd)
inline

Definition at line 52 of file octave-cmd.h.

References _cmd.

Member Function Documentation

void octave_cmd_exec::execute ( void  )
virtual

Member Data Documentation

QString octave_cmd_exec::_cmd
protected

Definition at line 57 of file octave-cmd.h.

Referenced by execute(), octave_cmd_debug::execute(), and octave_cmd_exec().


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