GNU Octave  4.4.1
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 std::string &name, const octave_value &data=Matrix())
 
 callback_event (const graphics_handle &h, const octave_value &cb, const octave_value &data=Matrix())
 
void execute (void)
 

Private Member Functions

 callback_event (void)
 

Private Attributes

octave_value callback
 
octave_value callback_data
 
std::string callback_name
 
graphics_handle handle
 

Detailed Description

Definition at line 10063 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 () 
)
inline

Definition at line 10067 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 () 
)
inline

Definition at line 10072 of file graphics.cc.

◆ callback_event() [3/3]

callback_event::callback_event ( void  )
inlineprivate

Definition at line 10086 of file graphics.cc.

Member Function Documentation

◆ execute()

void callback_event::execute ( void  )
inlinevirtual

Implements base_graphics_event.

Definition at line 10077 of file graphics.cc.

References gh_manager::execute_callback(), and handle.

Member Data Documentation

◆ callback

octave_value callback_event::callback
private

Definition at line 10093 of file graphics.cc.

◆ callback_data

octave_value callback_event::callback_data
private

Definition at line 10094 of file graphics.cc.

◆ callback_name

std::string callback_event::callback_name
private

Definition at line 10092 of file graphics.cc.

◆ handle

graphics_handle callback_event::handle
private

Definition at line 10091 of file graphics.cc.


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