]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/script-reg.hh
034140baeb4e25613025e3f4170aa6fed20279d3
[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 class Script_register : public Request_register {
15     Array<Script *> script_p_arr_;
16     Array<Script_req *> script_req_l_arr_;
17
18     /* *************** */
19     bool acceptable_elem_b(Staff_elem*);
20 public:
21     NAME_MEMBERS(Script_register);
22     Script_register();
23 protected:
24     virtual    void set_feature(Features dir_i_);
25     virtual bool try_request(Request*);
26     virtual void process_requests();
27     virtual void acknowledge_element(Staff_elem_info);
28     virtual void pre_move_processing();
29     virtual void post_move_processing();
30
31 };
32
33 #endif // SCRIPTREG_HH