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

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

set_event::set_event ( void  )
inlineprivate

Definition at line 8177 of file graphics.cc.

Member Function Documentation

void set_event::execute ( void  )
inlinevirtual

Member Data Documentation

graphics_handle set_event::handle
private

Definition at line 8182 of file graphics.cc.

bool set_event::notify_toolkit
private

Definition at line 8185 of file graphics.cc.

std::string set_event::property_name
private

Definition at line 8183 of file graphics.cc.

octave_value set_event::property_value
private

Definition at line 8184 of file graphics.cc.


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