lilypond-0.1.14
[lilypond.git] / hdr / script-reg.hh
blob33592cae0332a229f950f66ee1d58f54b777726a
1 /*
2 script-reg.hh -- part of LilyPond
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef SCRIPTREG_HH
9 #define SCRIPTREG_HH
11 #include "register.hh"
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);
29 #endif // SCRIPTREG_HH