25 #ifndef __CONFIGURABLELIST_H_
26 #define __CONFIGURABLELIST_H_
54 iterator
erase(iterator pos);
void clear()
Definition: configurablelist.cpp:48
Establishes for some methods the notifications for registered Callbackable instances (use addCallback...
Definition: configurablelist.h:38
static const CallbackableType CALLBACK_CONFIGURABLE_LIST_MODIFIED
Indicates that the list has been modified, a Configurable instance was either added or removed...
Definition: configurablelist.h:46
unsigned long CallbackableType
Definition: backcaller.h:45
void pop_back()
Definition: configurablelist.cpp:42
void push_back(Configurable *const &configurable)
Definition: configurablelist.cpp:36
Abstact class for configurable objects.
Definition: configurable.h:81
ConfigurableList()
Definition: configurablelist.cpp:29
virtual ~ConfigurableList()
Definition: configurablelist.cpp:31
Class prototype which provides functions to handle callbackable classes.
Definition: backcaller.h:42
static const CallbackableType CALLBACK_CONFIGURABLE_LIST_BEING_DELETED
Indicates that the list is being deleted.
Definition: configurablelist.h:51
iterator erase(iterator pos)
Definition: configurablelist.cpp:54