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

#include "octave-cmd.h"

Inheritance diagram for octave::octave_cmd_debug:
Collaboration diagram for octave::octave_cmd_debug:

Public Member Functions

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

Protected Attributes

QString m_cmd
 
bool m_suppress_dbg_location
 

Detailed Description

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

Constructor & Destructor Documentation

◆ octave_cmd_debug()

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

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

Member Function Documentation

◆ execute()

void octave::octave_cmd_debug::execute ( void  )
virtual

Member Data Documentation

◆ m_cmd

QString octave::octave_cmd_exec::m_cmd
protectedinherited

◆ m_suppress_dbg_location

bool octave::octave_cmd_debug::m_suppress_dbg_location
protected

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

Referenced by execute().


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