8 #ifndef __VRV_GRPSYM_H__
9 #define __VRV_GRPSYM_H__
12 #include "atts_shared.h"
28 public AttStaffGroupingSym,
30 public AttStartEndId {
40 void Reset()
override;
41 std::string GetClassName()
const override {
return "grpSym"; }
47 void SetStartDef(StaffDef *start);
49 StaffDef *GetStartDef() {
return m_startDef; }
50 const StaffDef *GetStartDef()
const {
return m_startDef; }
51 void SetEndDef(StaffDef *end);
52 StaffDef *GetEndDef() {
return m_endDef; }
53 const StaffDef *GetEndDef()
const {
return m_endDef; }
59 int GetDrawingX()
const override;
61 int GetDrawingY()
const override;
71 FunctorCode
Accept(Functor &functor)
override;
73 FunctorCode
Accept(ConstFunctor &functor)
const override;
74 FunctorCode AcceptEnd(Functor &functor)
override;
75 FunctorCode AcceptEnd(ConstFunctor &functor)
const override;
90 #endif // __VRV_GRPSYM_H__