Verovio
Source code documentation
vrv::VisibleStaffDefOrGrpObject Class Reference

This class evaluates if the object is a visible StaffDef or StaffGrp. More...

#include <comparison.h>

Inheritance diagram for vrv::VisibleStaffDefOrGrpObject:
vrv::ClassIdsComparison vrv::Comparison

Public Member Functions

void Skip (const Object *objectToExclude)
 
bool operator() (const Object *object) override
 
- Public Member Functions inherited from vrv::ClassIdsComparison
 ClassIdsComparison (const std::vector< ClassId > &classIds)
 
bool MatchesType (const Object *object)
 
- Public Member Functions inherited from vrv::Comparison
bool Result (bool comparison)
 
void ReverseComparison ()
 

Protected Attributes

const Objectm_objectToExclude
 
- Protected Attributes inherited from vrv::ClassIdsComparison
std::vector< ClassId > m_classIds
 
- Protected Attributes inherited from vrv::Comparison
bool m_supportReverse = false
 

Detailed Description

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.


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