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

Public Member Functions

 callback_props (void)
 
 callback_props (const callback_props &)=delete
 
 ~callback_props (void)=default
 
bool contains (const callback_property *ptr) const
 
bool empty (void) const
 
void erase (const callback_property *ptr)
 
void insert (const callback_property *ptr)
 
callback_propsoperator= (const callback_props &)=delete
 

Private Attributes

std::set< intptr_t > m_set
 

Detailed Description

Definition at line 1766 of file graphics.cc.

Constructor & Destructor Documentation

◆ callback_props() [1/2]

callback_props::callback_props ( void  )
inline

Definition at line 1770 of file graphics.cc.

◆ callback_props() [2/2]

callback_props::callback_props ( const callback_props )
delete

◆ ~callback_props()

callback_props::~callback_props ( void  )
default

Member Function Documentation

◆ contains()

bool callback_props::contains ( const callback_property ptr) const
inline

Definition at line 1790 of file graphics.cc.

References m_set.

Referenced by callback_property::execute().

◆ empty()

bool callback_props::empty ( void  ) const
inline

Definition at line 1778 of file graphics.cc.

References m_set.

Referenced by base_properties::is_handle_visible().

◆ erase()

void callback_props::erase ( const callback_property ptr)
inline

Definition at line 1785 of file graphics.cc.

References m_set.

Referenced by callback_property::execute().

◆ insert()

void callback_props::insert ( const callback_property ptr)
inline

Definition at line 1780 of file graphics.cc.

References m_set.

Referenced by callback_property::execute().

◆ operator=()

callback_props& callback_props::operator= ( const callback_props )
delete

Member Data Documentation

◆ m_set

std::set<intptr_t> callback_props::m_set
private

Definition at line 1797 of file graphics.cc.

Referenced by contains(), empty(), erase(), and insert().


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