21 #ifndef __ANTARES_TOOLBOX_INPUT_BINDING_CONSTRAINT_BINDING_CONSTRAINT_H__
22 #define __ANTARES_TOOLBOX_INPUT_BINDING_CONSTRAINT_BINDING_CONSTRAINT_H__
24 #include <yuni/core/event.h>
25 #include <antares/study/constraint.h>
28 namespace Antares::Toolbox::InputSelector
42 return wxPoint(150, 200);
52 virtual void internalBuildSubControls();
56 void onApplicationOnQuit();
Definition of a link between two areas (Interconnection)
Definition: links.h:58
Definition for a single area.
Definition: area.h:51
Definition: BindingConstraint.h:49