3#include <NDEVR/QTModelManager.h>
4#include <NDEVR/Button.h>
5#include <NDEVR/ApplicationLauncherButtonManager.h>
6#include <NDEVR/FileFormat.h>
15 void setLauncher(
const File& f);
17 bool hasActiveInstallation()
const;
18 void setWriteCameras(
bool write_cameras);
19 void setAdditionalArgs(
const String& args);
20 Button* createLauncherButton();
27 Time m_file_last_modified_time;
30 bool m_write_cameras =
false;
Definition ExternalApplicationManager.h:11
virtual ~ExternalApplicationManager()
Definition ExternalApplicationManager.h:14
Definition FactoryOptions.h:46
Definition QTModelManager.h:94
Represents a timestamp with utilities for manipulation and conversion.
Definition Time.h:54
Definition IOFactory.h:56