#ifndef __interfNEWCONTOURMENUH__ #define __interfNEWCONTOURMENUH__ #include #include "interfMenuBar.h" #include "interfMainPanel.h" #include class interfNewContourMenu : public interfMenuBar { public: interfNewContourMenu(wxWindow * parent, int sizex, int sizey, wxEvtHandler* evtHandler, std::string datadir = "data/Icons"); ~interfNewContourMenu(); virtual void initButtons(wxEvtHandler* evtHandler) ; void onCreateContourBullseye(wxEvtHandler* evtHandler); private: wxContourEventHandler* eventHandler; PanelBullEyeOptions* panBull; bool created; }; #endif