GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
set_event Class Reference
Inheritance diagram for set_event:
Collaboration diagram for set_event:

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

Constructor & Destructor Documentation

◆ set_event() [1/2]

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

◆ set_event() [2/2]

set_event::set_event ( void  )
inlineprivate

Definition at line 10153 of file graphics.cc.

Member Function Documentation

◆ execute()

void set_event::execute ( void  )
inlinevirtual

Member Data Documentation

◆ handle

graphics_handle set_event::handle
private

Definition at line 10158 of file graphics.cc.

◆ notify_toolkit

bool set_event::notify_toolkit
private

Definition at line 10161 of file graphics.cc.

◆ property_name

std::string set_event::property_name
private

Definition at line 10159 of file graphics.cc.

◆ property_value

octave_value set_event::property_value
private

Definition at line 10160 of file graphics.cc.


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