GNU Octave  3.8.0
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
voidfunction_data

Detailed Description

Definition at line 8123 of file graphics.cc.

Constructor & Destructor Documentation

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

Definition at line 8127 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 8131 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 8138 of file graphics.cc.

void* function_event::function_data
private

Definition at line 8140 of file graphics.cc.


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