X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fmainpanel.h;h=017617dafff437f9fdec9281b7337a10a5d2b7c8;hb=c87c4200e105a21c1d1f9faec20c4c08ddbb53ee;hp=3e58d12bdca29ba17c14986672fabafff0376d31;hpb=1d735b80482317fd930eb47ca255ab9f1f120a7d;p=r2c2.git diff --git a/source/engineer/mainpanel.h b/source/engineer/mainpanel.h index 3e58d12..017617d 100644 --- a/source/engineer/mainpanel.h +++ b/source/engineer/mainpanel.h @@ -1,13 +1,21 @@ +/* $Id$ + +This file is part of the MSP Märklin suite +Copyright © 2006-2008 Mikkosoft Productions, Mikko Rasa +Distributed under the GPL +*/ + #ifndef MAINPANEL_H_ #define MAINPANEL_H_ +#include #include #include #include class Engineer; -class MainPanel: public Msp::GLtk::Panel +class MainPanel: public Msp::GLtk::Panel, public sigc::trackable { private: Engineer &engineer; @@ -24,6 +32,7 @@ private: void power_off(); void new_loc(); void quit(); + void power_event(bool); }; #endif