X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FInterface_ManagerContour_NDimensions%2FwxContourViewPanel.h;h=60d66f23de40d14d7a6a2087dc6822a639c149b0;hb=refs%2Fheads%2Fvtk7itk4wx3;hp=ecc5c9721fc4e932c661019c0325cc58301cc756;hpb=28671ae02163f2b674da599a98a128f58dfead88;p=creaContours.git diff --git a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h index ecc5c97..60d66f2 100644 --- a/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h +++ b/lib/Interface_ManagerContour_NDimensions/wxContourViewPanel.h @@ -75,34 +75,24 @@ ViewPanel.h */ // Class definition //------------------------------------------------------------------------------------------------------------ -class wxContourViewPanel : public wxPanel {// public wxScrolledWindow { - +class wxContourViewPanel : public wxPanel +{ public: - //------------------------------------------------------------------------------------------------------------ // Constructors & Destructors //------------------------------------------------------------------------------------------------------------ - wxContourViewPanel( vtkImageData * theShowingImage, wxWindow *parent, const wxPoint& pos=wxDefaultPosition, const wxSize& size = wxDefaultSize,long style= wxDEFAULT_FRAME_STYLE | wxSUNKEN_BORDER, int vertStart=1, int vertEnd=1, int horzStart=1, int horzEnd=1 ); - ~wxContourViewPanel(); - //------------------------------------------------------------------------------------------------------------ // Creational and initialization methods //------------------------------------------------------------------------------------------------------------ - void setWxEventHandler( wxEvtHandler * theEventHandler ); - void createHorizontalBar(int horzStart, int horzEnd); - void createVerticalBar(int vertStart, int vertEnd); - void createViewPanel(); - //------------------------------------------------------------------------------------------------------------ // Methods for capturing events from the horizontal bar //------------------------------------------------------------------------------------------------------------ - /** * Handles the event wxEVT_TSBAR from the horizontal bar */