20 class DtPaperMapLogic;
46 virtual int numGroups()
const;
49 virtual void addGroup(
const std::string& groupName);
52 virtual void removeGroup(
const std::string& groupName);
55 virtual void selectGroup(
const std::string& groupName);
61 virtual void selectionEnabled(
bool setting);
64 virtual void groupSelected(
const QString& text);
92 virtual QWidget* create(
DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags);
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
The logic for controlling and updating the DtPaperMapWidget and communicating with the DtOsgEarthPape...
Definition: DtPaperMapLogic.h:28