X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-chord-iterator.hh;h=458e152e2f35b7b5502fc951ca1cb0ecdb4946c9;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=27dac491791c297717bd171ea9d4bbc356822ffa;hpb=e37010af17faa8b185de836664b6544bd29dc1d0;p=lilypond.git diff --git a/lily/include/event-chord-iterator.hh b/lily/include/event-chord-iterator.hh index 27dac49179..458e152e2f 100644 --- a/lily/include/event-chord-iterator.hh +++ b/lily/include/event-chord-iterator.hh @@ -1,43 +1,34 @@ /* - 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--2004 Han-Wen Nienhuys + (c) 1997--2008 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" /** Walk through a Event_chord - */ +*/ 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_req_translator (); + */ + DECLARE_CLASSNAME(Event_chord_iterator); - - /* - 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_; public: - DECLARE_SCHEME_CALLBACK(constructor, ()); + DECLARE_SCHEME_CALLBACK (constructor, ()); Event_chord_iterator (); - Event_chord_iterator (Event_chord_iterator const&); + Event_chord_iterator (Event_chord_iterator const &); protected: virtual void process (Moment); virtual void construct_children (); }; - -#endif // EVENT_ITER_HH +#endif // EVENT_CHORD_ITERATOR_HH