]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/script-reg.hh
release: 0.0.64
[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(Score_elem*);
20 public:
21     NAME_MEMBERS(Script_register);
22     Script_register();
23 protected:
24     virtual bool try_request(Request*);
25     virtual void process_requests();
26     virtual void acknowledge_element(Score_elem_info);
27     virtual void pre_move_processing();
28     virtual void post_move_processing();
29
30 };
31
32 #endif // SCRIPTREG_HH