3 This file is part of R²C²
4 Copyright © 2011 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
11 #include <gtkmm/box.h>
12 #include <gtkmm/checkbutton.h>
13 #include <gtkmm/label.h>
14 #include "network/client.h"
18 class MainPanel: public Gtk::VBox
23 Gtk::CheckButton *chk_power;
24 Gtk::CheckButton *chk_halt;
25 Gtk::Label *lbl_status;
28 MainPanel(Remote &, R2C2::Client &);
31 void power_changed(bool);
32 void halt_changed(bool);
33 void emergency(const std::string &);
34 void ui_power_changed();
35 void ui_halt_changed();