]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/containerSettings.h
#2516 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / containerSettings.h
index cb5a4f554553e91c25aad54b5c1c658991cbdfcc..05c326f981acffb4b99afc9bbb6616b7594b2243 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <vector>
 #include <wx/bitmap.h>
+//EED-MLER  #include <wx/listctrl.h>
 
 #include "structBCSettings.h"
 #include "system.h"
@@ -42,6 +43,8 @@
 /*!    @namespace <creaButtonContainer>
  *     @brief Contains the creaButtonContainer library included in creaMaracasVisu.
  */
+
+
 namespace creaButtonContainer
 {
        /*! @namespace <creaButtonContainer::model>
@@ -104,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.
@@ -112,6 +117,7 @@ namespace creaButtonContainer
                                void
                                SetGroupNameList( KeyMapList gNameList );
                                
+
                                // ----------------------------------------------------------------------------------
                                /*!
                                 * @fn ContainerSettings::AddButton( const std::string & groupName, const std::string buttonName,
@@ -147,10 +153,14 @@ namespace creaButtonContainer
                                 */
                                void
                                AddButtons( 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
                };
        }
 }