X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fmainpanel.h;h=091d9707d31b240317524d3be8b0b1352c13e4ee;hb=aead7f2da831199fbb8f6950b067656b2965c2fa;hp=3d9a2b7a29cb29671882956a5ef2ff8589d1e043;hpb=6c61179fe09af2f5366d50f10aadbf5f83438087;p=r2c2.git diff --git a/source/engineer/mainpanel.h b/source/engineer/mainpanel.h index 3d9a2b7..091d970 100644 --- a/source/engineer/mainpanel.h +++ b/source/engineer/mainpanel.h @@ -2,6 +2,7 @@ #define MAINPANEL_H_ #include +#include #include class Engineer; @@ -10,10 +11,12 @@ class MainPanel: public Msp::GLtk::Panel { public: MainPanel(Engineer &, Msp::GLtk::Resources &); + void set_status_text(const std::string &); private: Engineer &engineer; Msp::GLtk::Indicator *ind_on; Msp::GLtk::Indicator *ind_off; + Msp::GLtk::Label *lbl_status; void power_on(); void power_off();