Public Member Functions | Private Member Functions | Private Attributes

function_event Class Reference

Inheritance diagram for function_event:
Inheritance graph
[legend]
Collaboration diagram for function_event:
Collaboration graph
[legend]

List of all members.

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


Constructor & Destructor Documentation

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

Definition at line 7563 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   )  [inline]

Definition at line 7567 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 7574 of file graphics.cc.

Definition at line 7576 of file graphics.cc.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines