Public Member Functions | |
callback_props (const callback_props &)=delete | |
callback_props (void) | |
~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_props & | operator= (const callback_props &)=delete |
Private Attributes | |
std::set< intptr_t > | m_set |
Definition at line 1900 of file graphics.cc.
|
inline |
Definition at line 1904 of file graphics.cc.
|
delete |
|
default |
|
inline |
Definition at line 1924 of file graphics.cc.
References m_set.
Referenced by callback_property::execute().
|
inline |
Definition at line 1912 of file graphics.cc.
References m_set.
Referenced by base_properties::is_handle_visible().
|
inline |
Definition at line 1919 of file graphics.cc.
References m_set.
Referenced by callback_property::execute().
|
inline |
Definition at line 1914 of file graphics.cc.
References m_set.
Referenced by callback_property::execute().
|
delete |
|
private |
Definition at line 1931 of file graphics.cc.
Referenced by contains(), empty(), erase(), and insert().