X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fevent-chord-iterator.hh;h=d5ef466af1f3809107dfcbde5760fe3c012e9c11;hb=05d8315484c180e02bf9297513bd0c3db1e4615a;hp=e0f2635923c841e9336d7e4abd410214f8e81a09;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/include/event-chord-iterator.hh b/lily/include/event-chord-iterator.hh index e0f2635923..d5ef466af1 100644 --- a/lily/include/event-chord-iterator.hh +++ b/lily/include/event-chord-iterator.hh @@ -1,13 +1,24 @@ /* - event-iter.hh -- declare Event_chord_iterator + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2010 Han-Wen Nienhuys - (c) 1997--2005 Han-Wen Nienhuys + LilyPond is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + LilyPond is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with LilyPond. If not, see . */ -#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 +27,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_req_translator (); - - /* - 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 +42,4 @@ protected: virtual void construct_children (); }; -#endif // EVENT_ITER_HH +#endif // EVENT_CHORD_ITERATOR_HH