60 virtual void addBullseye(
const std::string& name);
63 virtual void removeBullseye(
const std::string& name);
66 virtual void selectBullseye(
const std::string& name);
69 virtual void renameBullseye(
const std::string& oldName,
const std::string& newName);
77 virtual void selectedBullseyeChanged();
101 virtual QWidget* create(
DtDe& de, QWidget* parent,
const Qt::WindowFlags& flags);
This logic class is responsible for populating the bullseye selection widget with all the names of th...
Definition: DtBullseyeSelectionLogic.h:34
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Base class to provide boost signal/slot management.
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