X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fgrob.hh;h=82591eb7c37240f75e0b98b1f0893e4490820805;hb=45dbb4db1979bd4bd531e0d66690fb8d3144f473;hp=d134068568b6810e271203eb1d7b7fac1749a572;hpb=1d3e2b0d973503e7ff7a18717e059ff826d30f1b;p=lilypond.git diff --git a/lily/include/grob.hh b/lily/include/grob.hh index d134068568..82591eb7c3 100644 --- a/lily/include/grob.hh +++ b/lily/include/grob.hh @@ -84,6 +84,7 @@ public: SCM internal_get_object (SCM symbol) const; void internal_set_object (SCM sym, SCM val); void internal_del_property (SCM symbol); + void instrumented_set_property (SCM, SCM, char const*, int, char const*); void internal_set_property (SCM sym, SCM val); /* messages */ @@ -117,7 +118,7 @@ public: /* extents */ Interval extent (Grob *refpoint, Axis) const; void flush_extent_cache (Axis); - Interval pure_height (Grob *refpoint, int start_col, int end_col); + virtual Interval pure_height (Grob *refpoint, int start_col, int end_col); Interval maybe_pure_extent (Grob *refpoint, Axis, bool pure, int start, int end); /* refpoints */ @@ -126,7 +127,7 @@ public: Grob *get_parent (Axis a) const; void fixup_refpoint (); - virtual Interval_t spanned_rank_iv () const; + virtual Interval_t spanned_rank_interval () const; }; /* smob utilities */ @@ -152,5 +153,4 @@ SCM call_pure_function (SCM unpure, SCM args, int start, int end); void set_nested_property (Grob *, SCM property_path, SCM value); - #endif /* GROB_HH */