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_debug Class Reference

#include "octave-cmd.h"

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

Public Member Functions

 octave_cmd_debug (const QString &cmd, bool suppress_location)
 
void execute ()
 

Protected Attributes

QString _cmd
 
bool _suppress_dbg_location
 

Detailed Description

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

Constructor & Destructor Documentation

octave_cmd_debug::octave_cmd_debug ( const QString &  cmd,
bool  suppress_location 
)
inline

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

References _suppress_dbg_location.

Member Function Documentation

void octave_cmd_debug::execute ( void  )
virtual

Member Data Documentation

QString octave_cmd_exec::_cmd
protectedinherited
bool octave_cmd_debug::_suppress_dbg_location
protected

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

Referenced by execute(), and octave_cmd_debug().


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