]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/controller/buttonContainerController.h
creaButtonContainer: new structure to make easy the button settings
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / controller / buttonContainerController.h
index 3ca492aa40ae9296dcb2e4e1d5258818fbb2c6d2..2ccadcc86d9977515446ae241f71a0c18ccca88e 100644 (file)
@@ -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-19
+ * @date  2011-05-24
  */
 
 #ifndef BUTTONCONTAINERCONTROLLER_H_
@@ -25,7 +25,7 @@ namespace creaButtonContainer
        namespace view
        {
                //Predefinition of ButtonContainerPanel FriendClass!!
-               /*! @class ButtonContainerPanel : public wxScrolledWindow buttonContainerPanel.h "buttonContainerPanel.h"
+               /*! @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.
                 *  @see <a href="http://docs.wxwidgets.org/stable/wx_wxscrolledwindow.html">wxScrolledWindow</a>
@@ -105,14 +105,14 @@ namespace creaButtonContainer
 
                                // ----------------------------------------------------------------------------------
                                /*! @fn void AddEvents( );
-                                *      @brief This function connect every buttonEvent to the view.
+                                *      @brief This method connect every buttonEvent to the view.
                                 *      @exception std::bad_alloc
                                 */
                                void
                                AddEvents( );
                                // ----------------------------------------------------------------------------------
                                /*! @fn void ButtonExpEvent( wxCommandEvent& event );
-                                *      @brief This function is the button group "+" "-" event.
+                                *      @brief This method is the button group "+" "-" event.
                                 *      @exception std::bad_alloc
                                 *      @param event Button action event.
                                 */
@@ -120,7 +120,7 @@ namespace creaButtonContainer
                                ButtonExpEvent( wxCommandEvent& event );
                                // ----------------------------------------------------------------------------------
                                /*! @fn void ButtonEvent( wxCommandEvent& event );
-                                *      @brief This function calls the events of the buttonContainer buttons
+                                *      @brief This method calls the events of the buttonContainer buttons
                                 *      @exception std::bad_alloc
                                 *      @param event Button action event.
                                 */