]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/local-key-reg.hh
d0a2867a874eb393d861adcdb58116754c1aec45
[lilypond.git] / lily / include / local-key-reg.hh
1 /*
2   local-key-reg.hh -- declare Local_key_register
3
4   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
5 */
6
7
8 #ifndef LOCALKEYREG_HH
9 #define LOCALKEYREG_HH
10 #include "register.hh"
11 #include "key.hh"
12
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_requests();
19     virtual void acknowledge_element(Staff_elem_info);
20     virtual void pre_move_processing();
21     Local_key_register();
22     NAME_MEMBERS(Local_key_register);
23 };
24
25 #endif // LOCALKEYREG_HH