]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/containerSettings.h
#2507 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / containerSettings.h
index 54f9ce9c9de7a4e051afb4e646e9d14d26dca4d0..23029770c283b5f5a3b1a7c2be2c256df5a914e2 100644 (file)
@@ -117,15 +117,6 @@ namespace creaButtonContainer
                                void
                                SetGroupNameList( KeyMapList gNameList );
                                
-//EED-MLER
-/*
-
-                               ListGroupMap
-                               GetListGroupContainer( );
-
-                               void
-                               SetListGroupContainer( ListGroupMap lstContainer );
-*/
 
                                // ----------------------------------------------------------------------------------
                                /*!
@@ -163,25 +154,16 @@ namespace creaButtonContainer
                                void
                                AddButtons( BCStructVectorType infoList );
 
-//EED-MLER
-/*
                                // ----------------------------------------------------------------------------------
-                               void
-                               AddItem(const StringType & groupName);
+                               AddItems( BCStructVectorType infoList );*/
 
-                               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.
 
-//EED-MLER                             ListGroupMap m_ListGroupContainer; // contenedor del grupo de listas
+                               //ListGroupMap m_ListGroupContainer; // contenedor del grupo de listas
                };
        }
 }