]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/script-reg.hh
33592cae0332a229f950f66ee1d58f54b777726a
[lilypond.git] / lily / include / script-reg.hh
1 /*
2   script-reg.hh -- part of LilyPond
3
4   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7
8 #ifndef SCRIPTREG_HH
9 #define SCRIPTREG_HH
10
11 #include "register.hh"
12
13
14 struct Script_register : Request_register {
15     Script * script_p_;
16     Script_req * script_req_l_;
17     int dir_i_;
18     /* *************** */
19     void set_feature(Features dir_i_);
20     Script_register();
21     virtual bool try_request(Request*);
22     virtual void process_requests();
23     virtual void acknowledge_element(Staff_elem_info);
24     virtual void pre_move_processing();
25     virtual void post_move_processing();
26     NAME_MEMBERS(Script_register);
27 };
28
29 #endif // SCRIPTREG_HH