]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/structBCPSettings.h
commit
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / structBCPSettings.h
index 6802a2422d74db74b19ffc6ddd54c969818a4e54..48681549b176dcd8cb0b1a53d688041b785f8400 100755 (executable)
@@ -36,6 +36,7 @@
 #include <string>
 #include <wx/panel.h>
 #include <wx/bitmap.h>
+#include "tlist.h"
 
 /*!    @namespace <creaPanelButtonContainer>
  *     @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu.
@@ -53,6 +54,11 @@ namespace creaPanelButtonContainer
                        wxBitmap icon; //! <The icon of the button.
                        std::string buttonDescription; //! <The description of the button.
                        wxPanel* panel; //! <The panel of the button.
+
+                       //===MLER===
+                       std::string type;                       //!<Tipo contenedor>
+                       std::string itemsList;
+
        };
 }
 #endif //STRUCTBCPSETTINGS_H_