X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaButtonContainer%2Fview%2FbuttonContainerPanel.h;h=5a194cc1bcf1e0e2028c7eacd3ec2e681130ff4e;hb=65c158dc171f8d3114ee3544b2a94a1f41880df0;hp=063b9d5466bff8662bb0e75d543c6877879ebb05;hpb=d0b7f8d0edf248f4b8de92aa68f374b19ec028f3;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.h index 063b9d5..5a194cc 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/buttonContainerPanel.h @@ -2,7 +2,7 @@ * @file buttonContainerController.h * @brief This contains the ButtonContainerController class * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr) - * @date 2011-05-24 + * @date 2011-06-02 */ #ifndef BUTTONCONTAINERPANEL_H @@ -11,8 +11,10 @@ #include #include #include + #include #include +#include #include "buttonGroup.h" #include "groupManager.h" @@ -33,8 +35,7 @@ namespace creaButtonContainer { /*! @class ButtonContainerController buttonContainerController.h "buttonContainerController.h" * @brief This class contains the ButtonContainerPanel controller. - * @details This class describes the button events, it derives from wxEvtHandler and it is the - * controller in the MVC. + * @details This class describes the button events, it derives from wxEvtHandler. * @see wxEvtHandler */ class ButtonContainerController; @@ -49,6 +50,7 @@ namespace creaButtonContainer /*! @class ButtonContainerPanel buttonContainerPanel.h "buttonContainerPanel.h" * @brief This class is the container of the creaButtonContainer. * @details This class derives from wxScrolledWindow and manages the view of the buttonContainer. + * @bug The scrolled it doesn't work! (to be changed soon) * @see wxScrolledWindow */ class ButtonContainerPanel : public wxScrolledWindow @@ -146,6 +148,7 @@ namespace creaButtonContainer ButtonGroupList m_ButtonGroupList; //!