GNU Octave  6.2.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 Types

enum  priority { INTERRUPT , QUEUE , CANCEL }
 

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)
 
int get_busyaction (void)
 

Private Member Functions

 set_event (void)
 

Private Attributes

graphics_handle handle
 
int m_busyaction
 
bool m_redraw_figure
 
bool notify_toolkit
 
std::string property_name
 
octave_value property_value
 

Detailed Description

Definition at line 11938 of file graphics.cc.

Member Enumeration Documentation

◆ priority

Enumerator
INTERRUPT 
QUEUE 
CANCEL 

Definition at line 6147 of file graphics.in.h.

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

◆ set_event() [2/2]

set_event::set_event ( void  )
inlineprivate

Definition at line 12002 of file graphics.cc.

Member Function Documentation

◆ execute()

◆ get_busyaction()

int base_graphics_event::get_busyaction ( void  )
inlineinherited

Definition at line 6161 of file graphics.in.h.

Member Data Documentation

◆ handle

graphics_handle set_event::handle
private

Definition at line 12007 of file graphics.cc.

◆ m_busyaction

int base_graphics_event::m_busyaction
privateinherited

Definition at line 6166 of file graphics.in.h.

◆ m_redraw_figure

bool set_event::m_redraw_figure
private

Definition at line 12011 of file graphics.cc.

◆ notify_toolkit

bool set_event::notify_toolkit
private

Definition at line 12010 of file graphics.cc.

◆ property_name

std::string set_event::property_name
private

Definition at line 12008 of file graphics.cc.

◆ property_value

octave_value set_event::property_value
private

Definition at line 12009 of file graphics.cc.


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