21 #ifndef __ANTARES_TOOLBOX_SPOTLIGHT_AREA_H__
22 #define __ANTARES_TOOLBOX_SPOTLIGHT_AREA_H__
24 #include <yuni/yuni.h>
25 #include <ui/common/component/spotlight.h>
26 #include <antares/study/study.h>
30 namespace Antares::Toolbox::Spotlight
32 class ItemArea:
public Component::Spotlight::IItem
35 using Ptr = std::shared_ptr<ItemArea>;
Definition for a single area.
Definition: area.h:51