]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/rest-collision.hh
use classnames for interface naming; remove inclusion of
[lilypond.git] / lily / include / rest-collision.hh
1 /*
2   rest-collision.hh -- declare Rest_collision
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 */
8
9 #ifndef REST_COLLISION_HH
10 #define REST_COLLISION_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14 #include "lily-guile.hh"
15
16 class Rest_collision
17 {
18 public:
19   static void add_column (Grob *me, Grob *);
20
21   DECLARE_GROB_INTERFACE();
22   DECLARE_SCHEME_CALLBACK (force_shift_callback, (SCM element));
23   DECLARE_SCHEME_CALLBACK (calc_positioning_done, (SCM element));
24   DECLARE_SCHEME_CALLBACK (force_shift_callback_rest, (SCM element, SCM off));
25   static SCM do_shift (Grob *);
26 };
27 #endif // REST_COLLISION_HH