Establishes for some methods the notifications for registered Callbackable instances (use addCallbackable(. More...
#include <backcallervector.h>
Inherits BackCaller.

Public Types | |
| typedef std::vector< _Tp, _Alloc >::iterator | iterator |
Public Member Functions | |
| BackCallerVector () | |
| virtual | ~BackCallerVector () |
| void | push_back (const _Tp &i) |
| iterator | erase (iterator pos) |
| void | pop_back () |
| void | clear () |
Static Public Attributes | |
| static const CallbackableType | BACKCALLER_VECTOR_MODIFIED = 10219 |
| Indicates that the list/vector has been modified, a new instance was either added or removed. | |
| static const CallbackableType | BACKCALLER_VECTOR_BEING_DELETED = 10220 |
| Indicates that the list is being deleted. | |
Establishes for some methods the notifications for registered Callbackable instances (use addCallbackable(.
..)).
| BackCallerVector | ( | ) | [inline] |
| virtual ~BackCallerVector | ( | ) | [inline, virtual] |
| void clear | ( | ) | [inline] |
| void pop_back | ( | ) | [inline] |
| void push_back | ( | const _Tp & | i | ) | [inline] |
const CallbackableType BACKCALLER_VECTOR_BEING_DELETED = 10220 [static] |
Indicates that the list is being deleted.
const CallbackableType BACKCALLER_VECTOR_MODIFIED = 10219 [static] |
Indicates that the list/vector has been modified, a new instance was either added or removed.
1.6.3