13 #ifndef DtInsetViewObserverDestroyer_H_
14 #define DtInsetViewObserverDestroyer_H_
42 void registerInsetViewForDestruction(
const std::string& windowName,
const std::string& observerName);
45 void setEnabled(
bool enable);
56 void slot_onWindowToBeDestroyed(
DtWindow* window);
The DtInsetViewObserverDestroyer will destroy an observer when its window is destroyed.
Definition: DtInsetViewObserverDestroyer.h:30
Abstract Base class.
Definition: DtWindow.h:25
Virtual base class.
Definition: DtVirtualBaseClass.h:22
Contains makVrv::DtDe class.
std::map< std::string, std::string > myObserverMap
Definition: DtInsetViewObserverDestroyer.h:61
Contains makVrv::DtVirtualBaseClass class.
DtSignalConnectionManager myConnections
Definition: DtInsetViewObserverDestroyer.h:63
Contains makVrv::DtIgView class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
Contains makVrv::DtWindowManager class.
DtDe & myDe
Definition: DtInsetViewObserverDestroyer.h:60
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
bool myEnabled
Definition: DtInsetViewObserverDestroyer.h:62
Contains DLL export macros.