]> git.donarmstrong.com Git - lilypond.git/blob - hdr/textreg.hh
partial: 0.0.38.hanjan
[lilypond.git] / hdr / textreg.hh
1 /*
2   textreg.hh -- part of LilyPond
3
4   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7
8 #ifndef TEXTREG_HH
9 #define TEXTREG_HH
10 #include "register.hh"
11
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();
21 };
22
23 #endif // TEXTREG_HH