GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mcode_event Class Reference
Inheritance diagram for mcode_event:
Collaboration diagram for mcode_event:

Public Member Functions

 mcode_event (const graphics_handle &h, const std::string &cmd, int busyaction=base_graphics_event::QUEUE)
 
void execute (void)
 

Private Member Functions

 mcode_event (void)
 

Private Attributes

graphics_handle m_handle
 
std::string m_mcode
 

Detailed Description

Definition at line 12070 of file graphics.cc.

Constructor & Destructor Documentation

◆ mcode_event() [1/2]

mcode_event::mcode_event ( const graphics_handle h,
const std::string &  cmd,
int  busyaction = base_graphics_event::QUEUE 
)
inline

Definition at line 12074 of file graphics.cc.

◆ mcode_event() [2/2]

mcode_event::mcode_event ( void  )
inlineprivate

Definition at line 12096 of file graphics.cc.

Member Function Documentation

◆ execute()

void mcode_event::execute ( void  )
inline

Definition at line 12079 of file graphics.cc.

References __get_gh_manager__().

Member Data Documentation

◆ m_handle

graphics_handle mcode_event::m_handle
private

Definition at line 12101 of file graphics.cc.

◆ m_mcode

std::string mcode_event::m_mcode
private

Definition at line 12102 of file graphics.cc.


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