GNU Octave  4.2.1
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 | Private Member Functions | Private Attributes | List of all members
callback_event Class Reference
Inheritance diagram for callback_event:
Inheritance graph
[legend]
Collaboration diagram for callback_event:
Collaboration graph
[legend]

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

Constructor & Destructor Documentation

callback_event::callback_event ( const graphics_handle h,
const std::string name,
const octave_value data = Matrix () 
)
inline

Definition at line 9368 of file graphics.cc.

callback_event::callback_event ( const graphics_handle h,
const octave_value cb,
const octave_value data = Matrix () 
)
inline

Definition at line 9373 of file graphics.cc.

callback_event::callback_event ( void  )
inlineprivate

Definition at line 9387 of file graphics.cc.

Member Function Documentation

void callback_event::execute ( void  )
inlinevirtual

Implements base_graphics_event.

Definition at line 9378 of file graphics.cc.

References gh_manager::execute_callback().

Member Data Documentation

octave_value callback_event::callback
private

Definition at line 9394 of file graphics.cc.

octave_value callback_event::callback_data
private

Definition at line 9395 of file graphics.cc.

std::string callback_event::callback_name
private

Definition at line 9393 of file graphics.cc.

graphics_handle callback_event::handle
private

Definition at line 9392 of file graphics.cc.


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