21#ifndef __ANTARES_TOOLBOX_INPUT_CONNECTIONS_H__
22#define __ANTARES_TOOLBOX_INPUT_CONNECTIONS_H__
25#include <antares/study/study.h>
28#include <yuni/core/event.h>
29#include <wx/treectrl.h>
30#include <wx/combobox.h>
36namespace InputSelector
48 return wxPoint(250, 70);
55 virtual void internalBuildSubControls();
62 void onSelectionChanged(wxTreeEvent& evt);
63 void delayedSelection(wxTreeItemData* data);
65 void onMapLayerAdded(
const wxString* text);
66 void onMapLayerRemoved(
const wxString* text);
67 void onMapLayerChanged(
const wxString* text);
68 void onMapLayerRenamed(
const wxString* text);
69 void layerFilterChanged(wxCommandEvent& evt);
72 wxComboBox* pLayerFilter;
Definition of a link between two areas (Interconnection)
Definition links.h:50
Definition for a single area.
Definition area.h:52