X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaPanelButtonContainer%2FcreaPanelButtonContainer.h;h=dffcdeb675ad933285a9f32987eef62c0c8441b7;hb=65c158dc171f8d3114ee3544b2a94a1f41880df0;hp=aac12ec76afb0549a1b453df8c940d18bc9dab6e;hpb=664e4e099f2b90efe6e9cfeaa4b880238460f6b2;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h index aac12ec..dffcdeb 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h @@ -2,7 +2,7 @@ * @file PanelButtonContainer * @brief This contains the ButtonContainerSettings class. * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr) - * @date 2011-05-28 + * @date 2011-06-02 */ #ifndef PANELBUTTONCONTAINER_H_ @@ -30,13 +30,14 @@ namespace creaPanelButtonContainer { public: //typedef definition. - /*! typedef creaButtonContainer::model::TFunctor TFunctor; - * @brief Defines the TFunctor type. + // ---------------------------------------------------------------------------------- + /*! typedef creaPanelButtonContainer::ButtonContainerSettings ButtonContainerSettings; + * @brief Defines the ButtonContainerSettings type. */ typedef creaPanelButtonContainer::ButtonContainerSettings ButtonContainerSettings; - /*! typedef creaButtonContainer::model::TFunctor TFunctor; - * @brief Defines the TFunctor type. + /*! typedef creaButtonContainer::view::ButtonContainerPanel ButtonContainerPanel; + * @brief Defines the ButtonContainerPanel type. */ typedef creaButtonContainer::view::ButtonContainerPanel ButtonContainerPanel; @@ -46,8 +47,8 @@ namespace creaPanelButtonContainer // ---------------------------------------------------------------------------------- /*! @fn PanelButtonContainer( wxWindow* parent, ButtonContainerSettings* bcSettings ); * @brief This is the parameterized constructor. - * @param parent - * @param bcSettings + * @param parent The wxWindow pointer to parent + * @param bcSettings //The buttonContainerSettings */ PanelButtonContainer( wxWindow* parent, ButtonContainerSettings* bcSettings ); @@ -59,7 +60,7 @@ namespace creaPanelButtonContainer ~PanelButtonContainer( ); // ---------------------------------------------------------------------------------- /*! @fn void UpdatePanel( const std::string &buttonName ); - * @brief This method Updates the m_ButtonPanel for a panel + * @brief This method Updates the m_ButtonPanel to a panel * of the clicked button in creaButtonContainer. * @param buttonName */ @@ -69,7 +70,7 @@ namespace creaPanelButtonContainer /*! @fn void GenericButtonEvent( const std::string &buttonName ); * @brief This method is the function that calls the panels contained in the buttons * (in creaButtonContainer is the function contained in the functors to be called back. - * @param buttonName + * @param buttonName The name of the button */ void GenericButtonEvent( const std::string &buttonName );