]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h
Code cleaning done
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / creaPanelButtonContainer.h
index 6677627a476651116ce2beba90309a53b73600a9..c7e5c09fa8e4642f98115b512a86d3d1acb2a4a8 100644 (file)
@@ -1,27 +1,27 @@
 /*# ---------------------------------------------------------------------
-#
-# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
-#                        pour la Sant�)
-# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
-# Previous Authors : Laurent Guigues, Jean-Pierre Roux
-# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
-#
-#  This software is governed by the CeCILL-B license under French law and
-#  abiding by the rules of distribution of free software. You can  use,
-#  modify and/ or redistribute the software under the terms of the CeCILL-B
-#  license as circulated by CEA, CNRS and INRIA at the following URL
-#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
-#  or in the file LICENSE.txt.
-#
-#  As a counterpart to the access to the source code and  rights to copy,
-#  modify and redistribute granted by the license, users are provided only
-#  with a limited warranty  and the software's author,  the holder of the
-#  economic rights,  and the successive licensors  have only  limited
-#  liability.
-#
-#  The fact that you are presently reading this means that you have had
-#  knowledge of the CeCILL-B license and that you accept its terms.
-# ------------------------------------------------------------------------ */
+ #
+ # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+ #                        pour la Sant�)
+ # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+ # Previous Authors : Laurent Guigues, Jean-Pierre Roux
+ # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
+ #
+ #  This software is governed by the CeCILL-B license under French law and
+ #  abiding by the rules of distribution of free software. You can  use,
+ #  modify and/ or redistribute the software under the terms of the CeCILL-B
+ #  license as circulated by CEA, CNRS and INRIA at the following URL
+ #  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+ #  or in the file LICENSE.txt.
+ #
+ #  As a counterpart to the access to the source code and  rights to copy,
+ #  modify and redistribute granted by the license, users are provided only
+ #  with a limited warranty  and the software's author,  the holder of the
+ #  economic rights,  and the successive licensors  have only  limited
+ #  liability.
+ #
+ #  The fact that you are presently reading this means that you have had
+ #  knowledge of the CeCILL-B license and that you accept its terms.
+ # ------------------------------------------------------------------------ */
 
 /*!
  * @file PanelButtonContainer
@@ -54,7 +54,7 @@ namespace creaPanelButtonContainer
         *      @brief This class contains the PanelButtonContainer. It derives from wxPanel.
         *  @see <a href="http://docs.wxwidgets.org/stable/wx_wxpanel.html">wxPanel</a>
         */
-       class PanelButtonContainer : public wxPanel
+       class PanelButtonContainer: public wxPanel
        {
                public:
                        //typedef definition.
@@ -62,17 +62,23 @@ namespace creaPanelButtonContainer
                        /*!     typedef creaPanelButtonContainer::ButtonContainerSettings ButtonContainerSettings;
                         *      @brief Defines the ButtonContainerSettings type.
                         */
-                       typedef creaPanelButtonContainer::ButtonContainerSettings
-                           ButtonContainerSettings;
+                       typedef creaPanelButtonContainer::ButtonContainerSettings ButtonContainerSettings;
                        /*!     typedef creaButtonContainer::view::ButtonContainerPanel ButtonContainerPanel;
                         *      @brief Defines the ButtonContainerPanel type.
                         */
-                       typedef creaButtonContainer::view::ButtonContainerPanel
-                           ButtonContainerPanel;
+                       typedef creaButtonContainer::view::ButtonContainerPanel ButtonContainerPanel;
+
+                       //MLER
+                       /*!     typedef creaButtonContainer::view::ListWx ListWx;
+                        *      @brief Defines a ListWx for (Configurable) List Container.
+                        *      This class inherits from wxPanel and contains a wxListBox
+                        */
                        typedef creaButtonContainer::view::ListWx ListWx;
-                       typedef creaPanelButtonContainer::ListConfigPanel
-                                       ListConfigPanel;
-                       typedef std::map<std::string, wxPanel*> ItemsMap;
+                       /*!     typedef creaPanelButtonContainer::ListConfigPanel ListConfigPanel;
+                        *      @brief Defines a ListConfigPanel to configure
+                        */
+                       typedef creaPanelButtonContainer::ListConfigPanel ListConfigPanel;
+                       //End MLER
 
                        // ----------------------------------------------------------------------------------
                        //end of typedef definition.
@@ -83,14 +89,14 @@ namespace creaPanelButtonContainer
                         *      @param parent The wxWindow pointer to parent
                         *      @param bcSettings //The buttonContainerSettings
                         */
-                       PanelButtonContainer( wxWindow* parent,
-                           ButtonContainerSettings* bcSettings, int type );
+                       PanelButtonContainer(wxWindow* parent,
+                                       ButtonContainerSettings* bcSettings, int type);
                        // ----------------------------------------------------------------------------------
                        /*! @fn virtual PanelButtonContainer( );
                         *      @brief This is the destructor.
                         */
                        virtual
-                       ~PanelButtonContainer( );
+                       ~PanelButtonContainer();
                        // ----------------------------------------------------------------------------------
                        /*! @fn void UpdatePanel( const std::string &buttonName );
                         *  @brief This method Updates the m_ButtonPanel to a panel
@@ -98,7 +104,7 @@ namespace creaPanelButtonContainer
                         *      @param buttonName
                         */
                        void
-                       UpdatePanel( const std::string &buttonName );
+                       UpdatePanel(const std::string &buttonName);
                        // ----------------------------------------------------------------------------------
                        /*! @fn void GenericButtonEvent( const std::string &buttonName );
                         *      @brief This method is the function that calls the panels contained in the buttons
@@ -106,22 +112,14 @@ namespace creaPanelButtonContainer
                         *      @param buttonName The name of the button
                         */
                        void
-                       GenericButtonEvent( const std::string &buttonName );
-
+                       GenericButtonEvent(const std::string &buttonName);
                        // ----------------------------------------------------------------------------------
-                       void
-                       UpdateListPanel( const std::string &buttonName );
-
-                       void
-                       GenericListEvent( const std::string &buttonName );
-
                        //MLER
-
                        void
-                       ButtonEvent ( wxCommandEvent& event );
+                       GenericListEvent(const std::string &buttonName);
 
                        void
-                       ListEvent( wxCommandEvent& event );
+                       UpdateListPanel(const std::string &buttonName);
 
                        // ----------------------------------------------------------------------------------
                private:
@@ -130,18 +128,14 @@ namespace creaPanelButtonContainer
                        //Panel
                        ButtonContainerPanel* m_ButtonContainerPanel; //!<This is the panel with de buttons (creaButtonContainer)
                        wxAuiManager* m_AuiManager; //!<The AUI Manager for the panels.
-                       wxPanel* m_ButtonPanel; //!<This is the panel used to contain the panels of the buttons. (it changes with the buttonAction)
-                       wxPanel* m_ListPanel;
-
-                       ListWx* mylist; //MLER
-                       ListWx* myConfiglist; //MLER
-                       wxButton* button;
-                       ListConfigPanel* m_listConfigPanel;
-                       wxPanel* panelUp;
+                       wxPanel* m_EventPanel; //!<This is the panel used to contain the panels of the buttons. (it changes with the buttonAction)
 
+                       //MLER
+                       ListWx* m_ListWxPanel;
 
-               DECLARE_EVENT_TABLE() //!<Event Table declaration.
+                       DECLARE_EVENT_TABLE()
+                       //!<Event Table declaration.
        };
-}//ecapseman
+} //ecapseman
 
 #endif // PANELBUTTONCONTAINER_H_