lilypond-1.3.5
[lilypond.git] / hdr / localkeyreg.hh
blob07c016678c9d794c8759645c7e1103e38bafe923
1 /*
2 localkeyreg.hh -- declare Local_key_register
4 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
8 #ifndef LOCALKEYREG_HH
9 #define LOCALKEYREG_HH
10 #include "register.hh"
11 #include "key.hh"
13 struct Local_key_register : Request_register {
14 Local_key local_key_;
15 Local_key_item* key_item_p_;
16 const Key *key_c_l_;
17 /* *************** */
18 virtual void process_request();
19 virtual void acknowledge_element(Staff_elem_info);
20 virtual void do_pre_move_process();
21 Local_key_register(Complex_walker*);
24 #endif // LOCALKEYREG_HH