23 #define DT_INDIRECT_LOG_WARN log().out(DtDebugLog::Warning) << "Warning: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
24 #define DT_INDIRECT_LOG_INFO log().out(DtDebugLog::Information) << "Info: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
25 #define DT_INDIRECT_LOG_DEBUG log().out(DtDebugLog::Debug) << "Debug: " << __FILE__ << " +" << __LINE__ << " " << __FUNCTION__ << ": "
46 virtual void slot_driverStarted();
47 virtual void slot_driverStopped();
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
DtDe & myDe
Definition: DtIndirectLog.h:60
#define DT_DLL_VRVOSG
Definition: vrvOsg.h:23
This is a simple class for logging information to a file. To be used, the caller must specify a loggi...
Definition: DtDebugLog.h:38
Contains makVrv::DtVirtualBaseClass class.
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
This class is specifically used by the indirect system It's separate so that it doesn't interfere wit...
Definition: DtIndirectLog.h:30
Base class to provide boost signal/slot management.
Contains DLL export macros.
DtSignalConnectionManager myConnections
manager for connections
Definition: DtIndirectLog.h:65
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
Contains makVrv::DtIGLogger class.