4#include <NDEVR/DXFFactory.h>
14 class NDEVR_CAD_INTERFACE_API CADApplicationManager
19 CADApplicationManager(QTModelManager* manager);
22 void setCADLauncher(
const File& f);
25 ApplicationLauncherButtonManager* createAppLauncher();
28 bool hasActiveInstallation();
31 void setWriteCameras(
bool write_cameras);
34 Button* createCameraLauncherButton();
37 Button* createTopDownLauncherButton();
43 static File FindCADApp(String& app_name);
50 Time m_dxf_last_modified_time;
51 ApplicationLauncherButtonManager* m_cad_button_manager;
52 QTModelManager* m_manager;
53 bool m_write_cameras =
false;
A wrapper around DesignObjectLookup that provides signal and slot functionality and adds rendering ca...
The primary namespace for the NDEVR SDK.