lilypond-0.1.57
[lilypond.git] / hdr / textreg.hh
blob3dd2172335638b665b3c8ea7c3745e7ab4a908ab
1 /*
2 textreg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef TEXTREG_HH
9 #define TEXTREG_HH
10 #include "register.hh"
12 struct Text_register : Request_register{
13 Text_item * text_p_;
14 int dir_i_;
15 /* *************** */
16 void set_dir(int dir_i);
17 Text_register(Complex_walker*);
18 virtual bool try_request(Request*);
19 virtual void process_request();
20 virtual void do_pre_move_process();
23 #endif // TEXTREG_HH