X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Flily-proto.hh;h=53e863c2a9e9f9d32a3a8137dad8631c28448450;hb=ffd278ab691a1ada9b0ff0f8fd7548ab791f1647;hp=768f24002cf4436bbb067b618b9f02558f2f1e7a;hpb=11921ff1651c5e6a25ac36eb21fdcbfd4d82502a;p=lilypond.git diff --git a/lily/include/lily-proto.hh b/lily/include/lily-proto.hh index 768f24002c..53e863c2a9 100644 --- a/lily/include/lily-proto.hh +++ b/lily/include/lily-proto.hh @@ -1,9 +1,20 @@ /* - lily-proto.hh -- declare class names. + This file is part of LilyPond, the GNU music typesetter. - source file of the GNU LilyPond music typesetter + Copyright (C) 1997--2012 Han-Wen Nienhuys - (c) 1997--2007 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 LILY_PROTO_HH @@ -31,6 +42,9 @@ class Axis_group_engraver; class Bar_engraver; class Bar_req_collect_engraver; class Beaming_pattern; +class Beam_scoring_problem; +class Beam_configuration; +class Beam_quant_parameters; class Bezier; class Bezier_bow; class Book; @@ -43,6 +57,7 @@ class Cluster_engraver; class Column_x_positions; class Context; class Context_def; +class Context_mod; class Context_specced_music; class Dispatcher; class Dot_column; @@ -55,7 +70,6 @@ class Event; class Event_chord; class Event_chord_iterator; class Event_iterator; -class Folded_repeat_iterator; class Font_metric; class Font_size_engraver; class Global_context; @@ -66,7 +80,6 @@ class Grace_music; class Grob; class Grob_array; class Grob_info; -class Hara_kiri_engraver; class Hara_kiri_line_group_engraver; class Includable_lexer; class Input; @@ -118,11 +131,9 @@ class Music_wrapper; class Music_wrapper_iterator; class Note_performer; class Output_def; -class Object_key; -class Object_key_dumper; -class Object_key_undumper; class Open_type_font; class Output_property; +class Page_breaking; class Pango_font; class Paper_book; class Paper_column; @@ -139,8 +150,10 @@ class Property_iterator; class Rational; class Relative_octave_music; class Repeated_music; +class Rhythmic_music_iterator; class Scale; class Scheme_hash_table; +class Scheme_engraver; class Score; class Score_context; class Score_engraver; @@ -154,6 +167,7 @@ class Simultaneous_music; class Simultaneous_music_iterator; class Skyline; class Skyline_entry; +class Skyline_pair; class Slur_configuration; class Slur_score_state; class Source_file; @@ -165,11 +179,8 @@ class Staff_group_bar_engraver; class Staff_performer; class Stencil; class Stream_event; -class Swallow_engraver; -class Swallow_performer; class System; class Tempo_performer; -class Tex_font_metric; class Tie; class Tie_details; class Tie_configuration; @@ -185,10 +196,9 @@ class Translator; class Translator_change; class Translator_group; class Transposed_music; -class Type_swallow_translator; class yyFlexLexer; -typedef void (*Engraver_void_function_engraver_grob_info) (Engraver *, Grob_info); -typedef void (*Translator_void_method_ptr) (Translator *); +typedef void (Engraver::*Engraver_void_function_engraver_grob_info) (Grob_info); +typedef void (Translator::*Translator_void_method_ptr) (); #endif /* LILY_PROTO_HH */