GNU Octave  8.1.0
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, bool redraw_figure=false)
 
void execute (void)
 

Private Member Functions

 set_event (void)
 

Private Attributes

graphics_handle m_handle
 
bool m_notify_toolkit
 
std::string m_property_name
 
octave_value m_property_value
 
bool m_redraw_figure
 

Detailed Description

Definition at line 12136 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,
bool  redraw_figure = false 
)
inline

Definition at line 12140 of file graphics.cc.

◆ set_event() [2/2]

set_event::set_event ( void  )
inlineprivate

Definition at line 12200 of file graphics.cc.

Member Function Documentation

◆ execute()

void set_event::execute ( void  )
inline

Definition at line 12148 of file graphics.cc.

References __get_gh_manager__(), octave_handle::ok(), and Utils::properties().

Member Data Documentation

◆ m_handle

graphics_handle set_event::m_handle
private

Definition at line 12205 of file graphics.cc.

◆ m_notify_toolkit

bool set_event::m_notify_toolkit
private

Definition at line 12208 of file graphics.cc.

◆ m_property_name

std::string set_event::m_property_name
private

Definition at line 12206 of file graphics.cc.

◆ m_property_value

octave_value set_event::m_property_value
private

Definition at line 12207 of file graphics.cc.

◆ m_redraw_figure

bool set_event::m_redraw_figure
private

Definition at line 12209 of file graphics.cc.


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