]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/containerSettings.h
#2497 creaMaracasVisu Feature New Normal - In container button add the list option
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / containerSettings.h
index d00db70c51f3c8fbaa1f71d68443852f7490b6bc..54f9ce9c9de7a4e051afb4e646e9d14d26dca4d0 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <vector>
 #include <wx/bitmap.h>
-#include <wx/listctrl.h>
+//EED-MLER  #include <wx/listctrl.h>
 
 #include "structBCSettings.h"
 #include "system.h"
@@ -107,6 +107,8 @@ namespace creaButtonContainer
                                 */
                                void
                                SetButtonGroupContainer( ButtonGroupMap bgContainer );
+
+
                                // ----------------------------------------------------------------------------------
                                /*! void ContainerSettings::SetGroupNameList( KeyMapList gNameList )
                                 * @brief This method sets a container with the name of the groups.
@@ -115,12 +117,15 @@ namespace creaButtonContainer
                                void
                                SetGroupNameList( KeyMapList gNameList );
                                
+//EED-MLER
+/*
+
                                ListGroupMap
                                GetListGroupContainer( );
 
                                void
                                SetListGroupContainer( ListGroupMap lstContainer );
-
+*/
 
                                // ----------------------------------------------------------------------------------
                                /*!
@@ -158,6 +163,8 @@ namespace creaButtonContainer
                                void
                                AddButtons( BCStructVectorType infoList );
 
+//EED-MLER
+/*
                                // ----------------------------------------------------------------------------------
                                void
                                AddItem(const StringType & groupName);
@@ -167,14 +174,14 @@ namespace creaButtonContainer
 
                                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
+//EED-MLER                             ListGroupMap m_ListGroupContainer; // contenedor del grupo de listas
                };
        }
 }