21 #ifndef __ANTARES_TOOLBOX_INPUT_CONNECTIONS_H__
22 #define __ANTARES_TOOLBOX_INPUT_CONNECTIONS_H__
25 #include <antares/study/study.h>
27 #include <wx/arrstr.h>
28 #include <yuni/core/event.h>
29 #include <wx/treectrl.h>
30 #include <wx/combobox.h>
32 namespace Antares::Toolbox::InputSelector
44 return wxPoint(250, 70);
51 virtual void internalBuildSubControls();
58 void onSelectionChanged(wxTreeEvent& evt);
59 void delayedSelection(wxTreeItemData* data);
61 void onMapLayerAdded(
const wxString* text);
62 void onMapLayerRemoved(
const wxString* text);
63 void onMapLayerChanged(
const wxString* text);
64 void onMapLayerRenamed(
const wxString* text);
65 void layerFilterChanged(wxCommandEvent& evt);
68 wxComboBox* pLayerFilter;
Definition of a link between two areas (Interconnection)
Definition: links.h:58
Definition for a single area.
Definition: area.h:51