4 #include <msp/gltk/indicator.h>
5 #include <msp/gltk/label.h>
6 #include <msp/gltk/panel.h>
10 class MainPanel: public Msp::GLtk::Panel
14 Msp::GLtk::Indicator *ind_on;
15 Msp::GLtk::Indicator *ind_off;
16 Msp::GLtk::Label *lbl_status;
19 MainPanel(Engineer &, Msp::GLtk::Resources &);
21 void set_status_text(const std::string &);