]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/containerSettings.h
#2502 creaMaracasVisu Feature New Normal - alternation between containers: button...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / containerSettings.h
index cb5a4f554553e91c25aad54b5c1c658991cbdfcc..7aa3dc5663a3e89c03b7458936152f61072a7d58 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <vector>
 #include <wx/bitmap.h>
+#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>
@@ -112,6 +115,7 @@ namespace creaButtonContainer
                                void
                                SetGroupNameList( KeyMapList gNameList );
                                
+
                                // ----------------------------------------------------------------------------------
                                /*!
                                 * @fn ContainerSettings::AddButton( const std::string & groupName, const std::string buttonName,
@@ -147,10 +151,24 @@ 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
                };
        }
 }