14#include <vrvUtil/DtVirtualBaseClass.h>
24class DtSimObjectEntry;
37class QGraphicsPixmapItem;
makVrv::DtDe & myDe
Reference to the display element.
Definition sarRequestManager.h:77
DtSarRequestManager(makVrv::DtDe &de)
Constructor.
std::string lastResponseFilename()
Gets the filename of the most recent SAR response image.
virtual ~DtSarRequestManager() override
Virtual destructor.
DtZoomGraphicsView * mySarResponseWidget
Widget used to display SAR images with zoom capability.
Definition sarRequestManager.h:83
static DtSarRequestManager & instance(makVrv::DtDe &de)
Returns the singleton instance of the DtSarRequestManager.
std::string myLastResponseFilename
Filename of the most recently received SAR image.
Definition sarRequestManager.h:80
virtual makVre::DtVreMessageResult handleSarResponse(makVre::DtVreMessage *msg)
Handles SAR response messages.
QGraphicsPixmapItem * mySarResponsePixmap
Pixmap item used to render the SAR image in the graphics view.
Definition sarRequestManager.h:86
Zoomable graphics view for displaying SAR response images.
Definition zoomGraphicsView.h:22
Abstract base class for all VREngage messages.
Definition vreMessage.h:50
DtVreMessageResult
Enumeration of possible message handling results.
Definition vreMessage.h:33
Definition appLauncherComponent.h:28
Defines DLL export macros for the SAR client plugin.
#define DT_DLL_sarClient
Definition sarClientPlugin.h:19
makVrv::DtDe * de()
Gets the display element pointer used by the plugin.
Defines the base class for all VREngage messages.