21#ifndef __ANTARES_TOOLBOX_INPUT_AREA_H__
22#define __ANTARES_TOOLBOX_INPUT_AREA_H__
24#include <yuni/core/event.h>
26#include <antares/study/study.h>
29#include "../components/htmllistbox/component.h"
35namespace InputSelector
40class Area :
public AInput,
public Yuni::IEventObserver<Area>
49 Area(wxWindow* parent);
56 return wxPoint(230, 70);
64 void reloadLastArea();
75 virtual void internalBuildSubControls();
83 void onDraw(wxPaintEvent& evt);
89 void internalSelectionChanged();
90 void onApplicationOnQuit();
95 static wxPanel* pSharedSupport;
Definition for a single area.
Definition area.h:52