GNU Octave 7.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 12130 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 12134 of file graphics.cc.

◆ set_event() [2/2]

set_event::set_event ( void  )
inlineprivate

Definition at line 12194 of file graphics.cc.

Member Function Documentation

◆ execute()

void set_event::execute ( void  )
inline

Member Data Documentation

◆ m_handle

graphics_handle set_event::m_handle
private

Definition at line 12199 of file graphics.cc.

◆ m_notify_toolkit

bool set_event::m_notify_toolkit
private

Definition at line 12202 of file graphics.cc.

◆ m_property_name

std::string set_event::m_property_name
private

Definition at line 12200 of file graphics.cc.

◆ m_property_value

octave_value set_event::m_property_value
private

Definition at line 12201 of file graphics.cc.

◆ m_redraw_figure

bool set_event::m_redraw_figure
private

Definition at line 12203 of file graphics.cc.


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