X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxTabPanelsManager.h;h=7247d2ac92975a33955c2a4567bfd01966233b94;hb=refs%2Ftags%2FCreatools2-0-3_bbGEditor1-0-0_17Feb2011;hp=028a14495655d229f7731f57c1dda7ca99079f43;hpb=ec7fc3bf3cc44da7cb9f9b840391c2f44c52a875;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h index 028a144..7247d2a 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h @@ -71,7 +71,7 @@ namespace bbtk wxTabPanelsManager(wxGUIEditorGraphicBBS *parent); ~wxTabPanelsManager(); - void addNewTab(); + void addNewTab(wxString tabName=_T("")); wxAuiNotebook* getAuiNotebook(); wxGEditorTabPanel* getActualTabPanel(); @@ -79,7 +79,7 @@ namespace bbtk void updateStatusBar(std::string textStatus); std::string getActualDiagramBBS(bool wln=false); - std::string getActualComplexBoxBBS(std::string cbName,std::string paName,std::string cbAuthor="",std::string cbCategory="",std::string cbDescription=""); + std::string getActualComplexBoxBBS(); void editBlackBox(GBlackBoxModel *bbmodel); void deleteAllBoxesActualDiagram(); @@ -96,6 +96,21 @@ namespace bbtk void OnTabChanged(wxAuiNotebookEvent& event); void VerifyLastTabPanel(); + void SetCbName(std::string cbName); + void SetCbPackageName(std::string packagename); + void SetAuthor(std::string author); + void SetCategory(std::string category); + void SetDescription(std::string description); + std::string GetCbName(); + std::string GetCbPackageName(); + std::string GetAuthor(); + std::string GetDescription(); + std::string GetCategory(); + + void SetNameTabPanel(wxString tabpanelname); + + + private: // Private Attributes