RSB  0.19.0
rsb::filter::FilterAction Class Reference

A class to encapsulate enum constants that specify changes of a Filter for FilterObserver instances. More...

#include <FilterActionTypes.h>

Collaboration diagram for rsb::filter::FilterAction:
Collaboration graph

Public Types

enum  Types { ADD, REMOVE }
 Possible actions with filters. More...
 

Detailed Description

A class to encapsulate enum constants that specify changes of a Filter for FilterObserver instances.

Author
swrede

Definition at line 40 of file FilterActionTypes.h.

Member Enumeration Documentation

Possible actions with filters.

Note
There is not update action because filters would then need a more detailed observation model. Instead, the assumption is that a filter's settings will not change after it has been notified to a FilterObserver.
Author
swrede
Enumerator
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.


The documentation for this class was generated from the following file: