21 #ifndef __ANTARES_TOOLBOX_MAP_CONNECTION_HXX__
22 #define __ANTARES_TOOLBOX_MAP_CONNECTION_HXX__
24 namespace Antares::Map
38 return pAttachedAreaLink;
Definition of a link between two areas (Interconnection)
Definition: links.h:58
Data::AreaLink * attachedAreaLink() const
Get the attached link.
Definition: connection.hxx:36
virtual Type type() const
Type of the node.
Definition: connection.hxx:26
virtual bool selected() const
Get if the item is selected.
Definition: connection.hxx:31
bool pSelected
Selected.
Definition: item.h:285