GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::octave_cmd_exec Class Reference

#include "octave-cmd.h"

Inheritance diagram for octave::octave_cmd_exec:
Collaboration diagram for octave::octave_cmd_exec:

Public Member Functions

 octave_cmd_exec (const QString &cmd)
 
void execute (void)
 

Protected Attributes

QString m_cmd
 

Detailed Description

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

Constructor & Destructor Documentation

◆ octave_cmd_exec()

octave::octave_cmd_exec::octave_cmd_exec ( const QString &  cmd)
inline

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

References m_cmd.

Member Function Documentation

◆ execute()

Member Data Documentation

◆ m_cmd

QString octave::octave_cmd_exec::m_cmd
protected

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

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


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