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

Public Member Functions

 callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE)
 
 callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix(), int busyaction=base_graphics_event::QUEUE)
 
void execute (void)
 

Private Member Functions

 callback_event (void)
 

Private Attributes

octave_value m_callback
 
octave_value m_callback_data
 
std::string m_callback_name
 
graphics_handle m_handle
 

Detailed Description

Definition at line 12031 of file graphics.cc.

Constructor & Destructor Documentation

◆ callback_event() [1/3]

callback_event::callback_event ( const graphics_handle h,
const std::string &  name,
const octave_value data = Matrix (),
int  busyaction = base_graphics_event::QUEUE 
)
inline

Definition at line 12035 of file graphics.cc.

◆ callback_event() [2/3]

callback_event::callback_event ( const graphics_handle h,
const octave_value cb,
const octave_value data = Matrix (),
int  busyaction = base_graphics_event::QUEUE 
)
inline

Definition at line 12041 of file graphics.cc.

◆ callback_event() [3/3]

callback_event::callback_event ( void  )
inlineprivate

Definition at line 12058 of file graphics.cc.

Member Function Documentation

◆ execute()

void callback_event::execute ( void  )
inline

Definition at line 12047 of file graphics.cc.

References __get_gh_manager__().

Member Data Documentation

◆ m_callback

octave_value callback_event::m_callback
private

Definition at line 12066 of file graphics.cc.

◆ m_callback_data

octave_value callback_event::m_callback_data
private

Definition at line 12067 of file graphics.cc.

◆ m_callback_name

std::string callback_event::m_callback_name
private

Definition at line 12065 of file graphics.cc.

◆ m_handle

graphics_handle callback_event::m_handle
private

Definition at line 12064 of file graphics.cc.


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