RSB
0.7.0
|
A class to encapsulate enum constants that specify changes of a Filter for FilterObserver instances. More...
#include <FilterActionTypes.h>
Public Types | |
enum | Types { ADD, REMOVE } |
Possible actions with filters. More... |
A class to encapsulate enum constants that specify changes of a Filter for FilterObserver instances.
Definition at line 40 of file FilterActionTypes.h.
Possible actions with filters.
ADD |
A filter shall be added to the FilterObserver. |
REMOVE |
A filter shall be remove from the observer. |
Definition at line 51 of file FilterActionTypes.h.