Public Member Functions | Private Member Functions | Private Attributes

set_event Class Reference

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

List of all members.

Public Member Functions

 set_event (const graphics_handle &h, const std::string &name, const octave_value &value, bool do_notify_toolkit=true)
void execute (void)

Private Member Functions

 set_event (void)

Private Attributes

graphics_handle handle
bool notify_toolkit
std::string property_name
octave_value property_value

Detailed Description

Definition at line 7588 of file graphics.cc.


Constructor & Destructor Documentation

set_event::set_event ( const graphics_handle &  h,
const std::string &  name,
const octave_value value,
bool  do_notify_toolkit = true 
) [inline]

Definition at line 7592 of file graphics.cc.

set_event::set_event ( void   )  [inline, private]

Definition at line 7613 of file graphics.cc.


Member Function Documentation

void set_event::execute ( void   )  [inline]

Definition at line 7597 of file graphics.cc.


Member Data Documentation

graphics_handle set_event::handle [private]

Definition at line 7618 of file graphics.cc.

Definition at line 7621 of file graphics.cc.

std::string set_event::property_name [private]

Definition at line 7619 of file graphics.cc.

Definition at line 7620 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