]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/structBCSettings.h
2345 creaMaracasVisu Feature Test Phase Normal Ruler01XY
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / structBCSettings.h
index b78bdec6f36479411fec54a176da809bf870781c..0c33124746ca41c8af5e43c22219505beade8547 100755 (executable)
@@ -1,14 +1,38 @@
+/*# ---------------------------------------------------------------------
+#
+# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image
+#                        pour la Sant�)
+# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton
+# Previous Authors : Laurent Guigues, Jean-Pierre Roux
+# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil
+#
+#  This software is governed by the CeCILL-B license under French law and
+#  abiding by the rules of distribution of free software. You can  use,
+#  modify and/ or redistribute the software under the terms of the CeCILL-B
+#  license as circulated by CEA, CNRS and INRIA at the following URL
+#  http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
+#  or in the file LICENSE.txt.
+#
+#  As a counterpart to the access to the source code and  rights to copy,
+#  modify and redistribute granted by the license, users are provided only
+#  with a limited warranty  and the software's author,  the holder of the
+#  economic rights,  and the successive licensors  have only  limited
+#  liability.
+#
+#  The fact that you are presently reading this means that you have had
+#  knowledge of the CeCILL-B license and that you accept its terms.
+# ------------------------------------------------------------------------ */
+
 /*!
  * @file structBCSettings.h
  * @brief Contains BCSettingsStruct structure.
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-24
+ * @date  2011-06-02
  */
 
 #ifndef STRUCTBCSETTINGS_H_
 #define STRUCTBCSETTINGS_H_
 
-#include <string>
 #include "system.h"
 
 /*!    @namespace <creaButtonContainer>
@@ -27,10 +51,10 @@ namespace creaButtonContainer
                 */
                struct BCSettingsStruct
                {
-                               std::string groupName; //! <The name of the group of buttons.
-                               std::string buttonName; //! <The name of the button.
-                               std::string iconpath; //! <The iconPath of the button.
-                               std::string buttonDescription; //! <The description of the button.
+                               StringType groupName; //! <The name of the group of buttons.
+                               StringType buttonName; //! <The name of the button.
+                               StringType iconpath; //! <The iconPath of the button.
+                               StringType buttonDescription; //! <The description of the button.
                                FunctionEventType eventFunction; //! <The event associated to the button.
                };
        } //ecapseman