Verovio
Source code documentation
vrv::Filters Class Reference

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.
 
Filtersoperator= (const std::initializer_list< Comparison * > &other)
 

Detailed Description

This class is used to store comparison filters and apply them when necessary.


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