|
VSTGUI
4.3
Graphical User Interface Framework not only for VST plugins
|
Public Member Functions | |
| DispatchList () | |
| void | add (T *obj) |
| void | remove (T *obj) |
| bool | empty () const |
| template<typename Procedure > | |
| void | forEach (Procedure proc) |
| DispatchList | ( | ) |
| void add | ( | T * | obj | ) |
Here is the caller graph for this function:| bool empty | ( | ) | const |
Here is the caller graph for this function:| void forEach | ( | Procedure | proc | ) |
Here is the caller graph for this function:| void remove | ( | T * | obj | ) |
Here is the caller graph for this function: