50 #ifndef INFORMATIONINTERFACE_HH_
51 #define INFORMATIONINTERFACE_HH_
Interface class for providing information on objects.
virtual void slotInformationRequested(const QPoint _clickedPoint, DataType _type)=0
Show information dialog on clicked object.
virtual DataType supportedDataTypes()=0
Get data type for information requests.
virtual ~InformationInterface()
Default destructor.