X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContour_ActionCommandsID.h;h=d62c136c54bdb012c629edc7d9ddc67b5baef75c;hb=refs%2Fheads%2Fvtk8itk4wx3-mingw64;hp=aa03ac1fc92a59fe2c1d1ea18715622a9cd61c04;hpb=23633c5496dd702cc9b332468f5daba67d608aca;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h index aa03ac1..d62c136 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContour_ActionCommandsID.h @@ -1,3 +1,28 @@ +/*# --------------------------------------------------------------------- +# +# 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. +# ------------------------------------------------------------------------ */ + #ifndef __wxContour_ActionCommandsID_h_INCLUDED_H__ #define __wxContour_ActionCommandsID_h_INCLUDED_H__ @@ -15,35 +40,38 @@ class wxContour_ActionCommandsID { //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ - + wxContour_ActionCommandsID(); + ~wxContour_ActionCommandsID(); //------------------------------------------------------------------------------------------------------------ // Attributtes //------------------------------------------------------------------------------------------------------------ - const static char CREATE_TOOL = 'A'; //Manual contour - const static char CREATE_CONTOUR_KEY = 'B'; //Manual contour - const static char DELETE_TOOL = 'C'; - const static char DELETE_KEY = 'D'; - const static char HIDE_TOOL = 'E'; - const static char SHOW_TOOL = 'F'; - const static char COPY_TOOL = 'G'; - const static char PASTE_TOOL = 'H'; - const static char CHANGE_TOOL = 'I'; - const static char SPREAD_TOOL = 'J'; - const static char SELECT_TOOL = 'K'; - const static char EDIT_TOOL = 'L'; - const static char UNDO_TOOL = 'M'; - const static char REDO_TOOL = 'N'; - const static char CREATE_PREDEFINED_4SIDED = 'O'; - const static char SAVE_TOOL = 'P'; - const static char SAVE_KEY = 'Q'; - const static char OPEN_TOOL = 'R'; - const static char AUTOMATIQUESEGMENTATION_TOOL = 'S'; - const static char INFORMATIONCONTOUR_TOOL = 'T'; - const static char INTERFACECONFIGURATION_TOOL = 'U'; - const static char TEST_TOOL = 'V'; - - + const static char CREATE_TOOL; //Manual contour + const static char CREATE_CONTOUR_KEY; //Manual contour + const static char DELETE_TOOL; + const static char DELETE_KEY ; + const static char HIDE_TOOL ; + const static char SHOW_TOOL ; + const static char COPY_TOOL ; + const static char PASTE_TOOL ; + const static char CHANGE_TOOL; + const static char SPREAD_TOOL; + const static char SELECT_TOOL; + const static char EDIT_TOOL ; + const static char UNDO_TOOL ; + const static char REDO_TOOL ; + const static char CREATE_PREDEFINED_4SIDED; + const static char SAVE_TOOL ; + const static char SAVE_KEY ; + const static char OPEN_TOOL ; + const static char AUTOMATIQUESEGMENTATION_TOOL; + const static char INFORMATIONCONTOUR_TOOL ; + const static char INTERFACECONFIGURATION_TOOL; + const static char TEST_TOOL ; + + const static char * TOOL_CODES[]; }; + + #endif // __wxContour_ActionCommandsID_HEADER_FILE__