API Documentation
|
Converts all loaded data into a binary DXF which is then shared, in real time, with a CAD engine such as AutoCAD or IntelliCAD. More...
#include <CADApplicationManager.h>
Public Member Functions | |
CADApplicationManager (QTModelManager *manager) | |
ApplicationLauncherButtonManager * | createAppLauncher () |
Button * | createCameraLauncherButton () |
Button * | createTopDownLauncherButton () |
bool | hasActiveInstallation () |
void | setCADLauncher (const File &f) |
void | setupForCAD () |
void | setWriteCameras (bool write_cameras) |
Static Public Member Functions | |
static File | FindCADApp (String &app_name) |
Protected Attributes | |
File | m_active_dxf |
String | m_app_name |
ApplicationLauncherButtonManager * | m_cad_button_manager |
File | m_cad_launcher |
File | m_dxf_folder |
Time | m_dxf_last_modified_time |
DXFFactory | m_factory |
QTModelManager * | m_manager |
bool | m_write_cameras = false |
Converts all loaded data into a binary DXF which is then shared, in real time, with a CAD engine such as AutoCAD or IntelliCAD.
CADApplicationManager | ( | QTModelManager * | manager | ) |
ApplicationLauncherButtonManager * createAppLauncher | ( | ) |
Button * createCameraLauncherButton | ( | ) |
Button * createTopDownLauncherButton | ( | ) |
bool hasActiveInstallation | ( | ) |
void setCADLauncher | ( | const File & | f | ) |
void setupForCAD | ( | ) |
void setWriteCameras | ( | bool | write_cameras | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |