]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/text-reg.hh
release: 0.0.64
[lilypond.git] / lily / include / text-reg.hh
1 /*
2   text-reg.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 class Text_register : public Request_register{
13     Text_item * text_p_;
14     Text_req * text_req_l_;
15     int dir_i_;
16     /* *************** */
17 protected:
18     virtual void set_feature(Feature );
19     virtual bool try_request(Request*);
20     virtual void process_requests();
21     virtual void pre_move_processing();
22     virtual void post_move_processing();
23     virtual void acknowledge_element(Score_elem_info);
24 public:
25     Text_register();
26     NAME_MEMBERS(Text_register);
27 };
28
29 #endif // TEXTREG_HH