lilypond-0.1.16
[lilypond.git] / hdr / text-reg.hh
blob59317e5bcd97bb855f91e77c2d52412baa446263
1 /*
2 text-reg.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 Text_req * text_req_l_;
15 int dir_i_;
16 /* *************** */
17 virtual void set_feature(Features );
18 Text_register();
19 virtual bool try_request(Request*);
20 virtual void process_requests();
21 virtual void pre_move_processing();
22 virtual void post_move_processing();
23 NAME_MEMBERS(Text_register);
26 #endif // TEXTREG_HH