![]() |
Verovio
Source code documentation
|
This class evaluates if the object is a visible StaffDef or StaffGrp. More...
#include <comparison.h>
Public Member Functions | |
void | Skip (const Object *objectToExclude) |
bool | operator() (const Object *object) override |
![]() | |
ClassIdsComparison (const std::vector< ClassId > &classIds) | |
bool | MatchesType (const Object *object) |
![]() | |
bool | Result (bool comparison) |
void | ReverseComparison () |
Protected Attributes | |
const Object * | m_objectToExclude |
![]() | |
std::vector< ClassId > | m_classIds |
![]() | |
bool | m_supportReverse = false |
This class evaluates if the object is a visible StaffDef or StaffGrp.
As well it is able to exlude object passed to skip from the result set.