X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcreaDevManagerLib%2FwxCDMBlackBoxDescriptionPanel.h;h=c4be2fb6076593d369b8d5579d61ae676df473d2;hb=311bdcc514f85386f3bbbef9ff6a88bf69fd930f;hp=eb32dc1ab1dedf32fb55e29d452e5318b02e2710;hpb=9db3dcfa7151c22fb19fe0202ec03b4e8ac3f4b4;p=crea.git diff --git a/lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h b/lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h index eb32dc1..c4be2fb 100644 --- a/lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h +++ b/lib/creaDevManagerLib/wxCDMBlackBoxDescriptionPanel.h @@ -70,10 +70,16 @@ public: private: modelCDMBlackBox* blackBox; + wxStaticText* authortc; + wxStaticText* descriptiontc; + wxStaticText* categoriestc; //handlers protected: void OnBtnReturn(wxCommandEvent& event); + void OnBtnSetAuthor(wxCommandEvent& event); + void OnBtnSetDescription(wxCommandEvent& event); + void OnBtnSetCategories(wxCommandEvent& event); void OnBtnOpenCxx(wxCommandEvent& event); void OnBtnOpenHxx(wxCommandEvent& event); void OnBtnOpenFolder(wxCommandEvent& event);