X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-chord-iterator.hh;h=e7d9bc3374bde359548808bfcfd4c5fa9bc4d9be;hb=efd9256dd40c43b2f141cd34b8830d247643ce2b;hp=946e4bebb4bc09c585c7240ce773b05c5ee68366;hpb=6512eebb8a3cf31bdd21f1250d1401c3ab9e0309;p=lilypond.git diff --git a/lily/include/event-chord-iterator.hh b/lily/include/event-chord-iterator.hh index 946e4bebb4..e7d9bc3374 100644 --- a/lily/include/event-chord-iterator.hh +++ b/lily/include/event-chord-iterator.hh @@ -1,13 +1,13 @@ /* - event-iter.hh -- declare Event_chord_iterator + event-chord-iterator.hh -- declare Event_chord_iterator source file of the GNU LilyPond music typesetter - (c) 1997--2005 Han-Wen Nienhuys + (c) 1997--2009 Han-Wen Nienhuys */ -#ifndef EVENT_ITER_HH -#define EVENT_ITER_HH +#ifndef EVENT_CHORD_ITERATOR_HH +#define EVENT_CHORD_ITERATOR_HH #include "simple-music-iterator.hh" @@ -16,18 +16,10 @@ */ class Event_chord_iterator : public Simple_music_iterator { - Event_chord *get_elt () const; /** Find a bottom notation context to deliver events to. */ - virtual Context *get_bottom_context (); - - /* - Since Event_chord_iterator has no list-cursor internally, we - must use a status variable to adminstrate where we are */ - - enum { NONE_DONE, START_DONE, END_DONE } - status_; + DECLARE_CLASSNAME(Event_chord_iterator); public: DECLARE_SCHEME_CALLBACK (constructor, ()); @@ -39,4 +31,4 @@ protected: virtual void construct_children (); }; -#endif // EVENT_ITER_HH +#endif // EVENT_CHORD_ITERATOR_HH