X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FbbtkwxGUIEditorGraphicBBS.h;h=3095472384d836174ff197575401b14668e1c497;hb=567028f33d052a54225024906cce14dc1558162f;hp=ee35ab0f39ae0c921b19dbb1e34635f221e16e5c;hpb=7ecf7bf3d89fe77fab3453731c57eb49df35c983;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h index ee35ab0..3095472 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.h @@ -47,6 +47,7 @@ //Includes same project #include "wxTabPanelsManager.h" #include "wxBlackBoxEditionDialog.h" +#include "wxDiagramPropertiesEditionDialog.h" #include "wxVtkSceneManager.h" #include "GlobalConstants.h" @@ -64,6 +65,7 @@ #include "wxart_complexoutputport.xpm" #include "wxart_undo.xpm" #include "wxart_redo.xpm" +#include "wxart_editProperties.xpm" //Includes creaMaracasVisu @@ -166,6 +168,7 @@ namespace bbtk void OnUndo(wxCommandEvent& event); void OnRedo(wxCommandEvent& event); void OnChangeName(wxCommandEvent& event); + void OnEditDiagramProperties(wxCommandEvent& event); // Edit menu events void OnCopySelectedToComplexDiagram(wxCommandEvent& event); @@ -179,7 +182,15 @@ namespace bbtk void OnShowHTMLDoc(wxCommandEvent& event); void OnCreateIndex(wxCommandEvent& event); - + // Getters and Setters of current diagram properties + // RaC-2012 + void setCurrentDiagramDescription(std::string description); + void setCurrentDiagramAuthor(std::string author); + void setCurrentDiagramCategory(std::string category); + + std::string getCurrentDiagramDescription(); + std::string getCurrentDiagramAuthor(); + std::string getCurrentDiagramCategory(); private: