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
function_event Class Reference
Inheritance diagram for function_event:
Inheritance graph
[legend]
Collaboration diagram for function_event:
Collaboration graph
[legend]

Public Member Functions

 function_event (graphics_event::event_fcn fcn, void *data=0)
 
void execute (void)
 

Private Member Functions

 function_event (void)
 
 function_event (const function_event &)
 
function_eventoperator= (const function_event &)
 

Private Attributes

graphics_event::event_fcn function
 
void * function_data
 

Detailed Description

Definition at line 9398 of file graphics.cc.

Constructor & Destructor Documentation

function_event::function_event ( graphics_event::event_fcn  fcn,
void *  data = 0 
)
inline

Definition at line 9402 of file graphics.cc.

function_event::function_event ( void  )
private
function_event::function_event ( const function_event )
private

Member Function Documentation

void function_event::execute ( void  )
inlinevirtual

Implements base_graphics_event.

Definition at line 9406 of file graphics.cc.

function_event& function_event::operator= ( const function_event )
private

Member Data Documentation

graphics_event::event_fcn function_event::function
private

Definition at line 9413 of file graphics.cc.

void* function_event::function_data
private

Definition at line 9415 of file graphics.cc.


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