GNU Octave  6.2.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 Types

enum  priority { INTERRUPT , QUEUE , CANCEL }
 

Public Member Functions

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

Private Member Functions

 mcode_event (void)
 

Private Attributes

graphics_handle handle
 
int m_busyaction
 
std::string mcode
 

Detailed Description

Definition at line 11871 of file graphics.cc.

Member Enumeration Documentation

◆ priority

Enumerator
INTERRUPT 
QUEUE 
CANCEL 

Definition at line 6147 of file graphics.in.h.

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 11875 of file graphics.cc.

◆ mcode_event() [2/2]

mcode_event::mcode_event ( void  )
inlineprivate

Definition at line 11898 of file graphics.cc.

Member Function Documentation

◆ execute()

void mcode_event::execute ( void  )
inlinevirtual

◆ get_busyaction()

int base_graphics_event::get_busyaction ( void  )
inlineinherited

Definition at line 6161 of file graphics.in.h.

Member Data Documentation

◆ handle

graphics_handle mcode_event::handle
private

Definition at line 11903 of file graphics.cc.

◆ m_busyaction

int base_graphics_event::m_busyaction
privateinherited

Definition at line 6166 of file graphics.in.h.

◆ mcode

std::string mcode_event::mcode
private

Definition at line 11904 of file graphics.cc.


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