]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/containerSettings.h
Code cleaning done
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / containerSettings.h
index 7aa3dc5663a3e89c03b7458936152f61072a7d58..2e359a2a694ffdeaa95f780a69e09d55a4439956 100644 (file)
@@ -35,7 +35,6 @@
 
 #include <vector>
 #include <wx/bitmap.h>
-#include <wx/listctrl.h>
 
 #include "structBCSettings.h"
 #include "system.h"
@@ -107,6 +106,8 @@ namespace creaButtonContainer
                                 */
                                void
                                SetButtonGroupContainer( ButtonGroupMap bgContainer );
+
+
                                // ----------------------------------------------------------------------------------
                                /*! void ContainerSettings::SetGroupNameList( KeyMapList gNameList )
                                 * @brief This method sets a container with the name of the groups.
@@ -152,23 +153,12 @@ namespace creaButtonContainer
                                void
                                AddButtons( BCStructVectorType infoList );
 
-                               // ----------------------------------------------------------------------------------
-                       /*      void
-                               AddItem(const StringType & groupName);
-
-                               void
-                               AddItem( BCSettingsStruct* info );
-
-                               void
-                               AddItems( BCStructVectorType infoList );*/
-
                                // ----------------------------------------------------------------------------------
                                // ----------------------------------------------------------------------------------
                        private:
                                ButtonGroupMap m_ButtonGroupContainer; //! <The container with the group of buttons.
                                KeyMapList m_GroupNameList; //! <The container with the name of the groups of buttons.
 
-                               //ListGroupMap m_ListGroupContainer; // contenedor del grupo de listas
                };
        }
 }