GNU Octave  4.0.0
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 | List of all members
octave_cmd Class Reference

#include "octave-cmd.h"

Inheritance diagram for octave_cmd:
Inheritance graph
[legend]

Public Member Functions

 octave_cmd ()
 
virtual ~octave_cmd ()
 
virtual void execute ()
 

Detailed Description

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

Constructor & Destructor Documentation

octave_cmd::octave_cmd ( )
inline

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

virtual octave_cmd::~octave_cmd ( )
inlinevirtual

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

Member Function Documentation

virtual void octave_cmd::execute ( void  )
inlinevirtual

Reimplemented in octave_cmd_eval, and octave_cmd_exec.

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

Referenced by main_window::execute_command_callback().


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