![]() |
Verovio
Source code documentation
|
This class is used to store comparison filters and apply them when necessary. More...
#include <comparison.h>
Public Types | |
enum | Type { AllOf, AnyOf } |
Public Member Functions | |
Filters (const std::initializer_list< Comparison * > &comp) | |
void | Add (Comparison *comp) |
void | Clear () |
void | SetType (Type type) |
bool | Apply (const Object *object) const |
Apply comparison filter based on the specified type. | |
Filters & | operator= (const std::initializer_list< Comparison * > &other) |
This class is used to store comparison filters and apply them when necessary.