X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxDiagramPropertiesEditionDialog.h;h=025c79fcbe4e12815eafffd4dbf3e389031c9f2f;hb=5b4d222a83d861c34b2c08cb624c7569f3a9cc26;hp=daa9447a2ff951488cb635c2d912657bde655be3;hpb=40f10d74bf1374ff15b4c70409616ea4ee9564c7;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h index daa9447..025c79f 100755 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxDiagramPropertiesEditionDialog.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 +# +# 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. +# ------------------------------------------------------------------------ +*/ + /*========================================================================= Program: bbtkGEditor Module: $RCSfile$ @@ -46,12 +71,14 @@ Version: $Revision$ //Includes same project #include "bbtkwxGUIEditorGraphicBBS.h" +#include #include "wxVtkSceneManager.h" //Includes wxWidgets #include #include #include +#include //Includes creaMaracasVisu @@ -70,9 +97,10 @@ namespace bbtk class wxDiagramPropertiesEditionDialog : public wxDialog { public: - wxDiagramPropertiesEditionDialog(wxGUIEditorGraphicBBS *parent); + wxDiagramPropertiesEditionDialog(wxGUIEditorGraphicBBS *parent, NodeTreeC tree); ~wxDiagramPropertiesEditionDialog(); - + + void constructBoxTree(NodeTreeC nodeTree, wxTreeItemId itemId); //CFT void constructDiagramPropertiesEditionDialog(); void onClickOk(wxCommandEvent& event); @@ -87,8 +115,10 @@ namespace bbtk wxTextCtrl *_txtCategory; wxTextCtrl *_txtDescription; wxComboBox *_diagramType; - - + wxComboBox *_diagramMessageKind; + wxComboBox *_diagramMessageLevel; + wxTreeCtrl *_treeBox; + NodeTreeC _tree; protected: };