ConfigurableList Class Reference
Establishes for some methods the notifications for registered Callbackable instances (use addCallbackable(.
More...
#include <configurablelist.h>
Inherits BackCaller.
List of all members.
Detailed Description
Establishes for some methods the notifications for registered Callbackable instances (use addCallbackable(.
..)).
- Warning:
- Only the following methods are currently supported: push_back(...), pop_back(), erase() and clear()! You can use iterators with the limitation to not delete or insert.
Constructor & Destructor Documentation
Member Function Documentation
ConfigurableList::iterator erase |
( |
iterator |
pos |
) |
|
Member Data Documentation
Indicates that the list is being deleted.
Indicates that the list has been modified, a Configurable instance was either added or removed.
The documentation for this class was generated from the following files: