Navigation

Operators and Keywords

Function List:

C++ API

graphics_event Class Reference

#include <graphics.h>

Collaboration diagram for graphics_event:

List of all members.


Public Types

typedef void(* event_fcn )(void *)

Public Member Functions

 graphics_event (void)
 graphics_event (const graphics_event &e)
 ~graphics_event (void)
graphics_eventoperator= (const graphics_event &e)
void execute (void)
bool ok (void) const

Static Public Member Functions

static graphics_event create_callback_event (const graphics_handle &h, const std::string &name, const octave_value &data=Matrix())
static graphics_event create_function_event (event_fcn fcn, void *data=0)
static graphics_event create_set_event (const graphics_handle &h, const std::string &name, const octave_value &value)

Member Typedef Documentation

typedef void(* graphics_event::event_fcn)(void *)


Constructor & Destructor Documentation

graphics_event::graphics_event ( void   )  [inline]

graphics_event::graphics_event ( const graphics_event e  )  [inline]

graphics_event::~graphics_event ( void   )  [inline]


Member Function Documentation

graphics_event graphics_event::create_callback_event ( const graphics_handle h,
const std::string name,
const octave_value data = Matrix () 
) [static]

graphics_event graphics_event::create_function_event ( graphics_event::event_fcn  fcn,
void *  data = 0 
) [static]

graphics_event graphics_event::create_set_event ( const graphics_handle h,
const std::string name,
const octave_value value 
) [static]

void graphics_event::execute ( void   )  [inline]

bool graphics_event::ok ( void   )  const [inline]

graphics_event& graphics_event::operator= ( const graphics_event e  )  [inline]


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