X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src2%2FcreaImageIOWxGimmickView.h;h=16048a41a3d677f2003884469e35d23a89dce215;hb=6e6a990c30b5abe84f8a8532f7aafd88f46ea213;hp=08710e6620c80ac3567d2e33eafe9a7aed02a7ec;hpb=fcfe92562365cb738cf919d095d2f8d3608ec389;p=creaImageIO.git diff --git a/src2/creaImageIOWxGimmickView.h b/src2/creaImageIOWxGimmickView.h index 08710e6..16048a4 100644 --- a/src2/creaImageIOWxGimmickView.h +++ b/src2/creaImageIOWxGimmickView.h @@ -6,6 +6,10 @@ #include #include +#include +#include +#include +#include namespace creaImageIO { @@ -31,12 +35,31 @@ namespace creaImageIO /// Virtual destructor virtual ~WxGimmickView(); + protected: + /// Creates the tool bar + void CreateToolBar(); - + /// Create the tree view for TreeHandler provided + /// (overloaded from GimmickView) + void CreateTreeView( TreeHandler* ); private: - - }; + /// The ToolBar and the tools + wxToolBar* mToolBar; + wxToolBarToolBase* mToolAddFile; + wxToolBarToolBase* mToolAddDir; + wxToolBarToolBase* mToolRemove; + wxToolBarToolBase* mToolHelp; + + wxSplitterWindow* mSplitter; + wxPanel* mBottomPanel; + wxNotebook* mNotebook; + + /// The list of icons + wxImageList * mIcon; + void CreateIconList(); + + }; // EO class WxGimmickView //=====================================================================