10 #ifndef DtInsetViewObserverDestroyer_H_
11 #define DtInsetViewObserverDestroyer_H_
39 void registerInsetViewForDestruction(
const std::string& windowName,
const std::string& observerName);
42 void setEnabled(
bool enable);
53 void slot_onWindowToBeDestroyed(
DtWindow* window);
The DtInsetViewObserverDestroyer will destroy an observer when its window is destroyed.
Definition: DtInsetViewObserverDestroyer.h:27
Abstract Base class.
Definition: DtWindow.h:25
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
Contains makVrv::DtDe class.
std::map< std::string, std::string > myObserverMap
Definition: DtInsetViewObserverDestroyer.h:58
Contains makVrv::DtVirtualBaseClass class.
DtSignalConnectionManager myConnections
Definition: DtInsetViewObserverDestroyer.h:60
Contains makVrv::DtIgView class.
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
Contains makVrv::DtWindowManager class.
DtDe & myDe
Definition: DtInsetViewObserverDestroyer.h:57
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:76
bool myEnabled
Definition: DtInsetViewObserverDestroyer.h:59
Contains DLL export macros.