Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtIndirectLog & myIndirectLog
Definition: DtOsgToGlContextTracker.h:78
This class tracks gl contexts as they are created/destroyed per window creation/destruction. It is also what clients should hook to via signal_contextAboutToBeDestroyed for context destruction cleanup.
Definition: DtOsgToGlContextTracker.h:28
DtDe & myDe
Definition: DtOsgToGlContextTracker.h:72
boost::signalslib::signal< void(const void *)> signal_contextAboutToBeDestroyed
This is the signal that vrv clients should connect to, to get the event that the context is about to ...
Definition: DtOsgToGlContextTracker.h:60
std::unordered_set< const void * > myGlContexts
Definition: DtOsgToGlContextTracker.h:76
boost::signalslib::signal< void(const void *)> signal_newContextAdded
This is the signal that vrv clients should connect to, to get the event that a new context was detect...
Definition: DtOsgToGlContextTracker.h:56