3#include <NDEVR/Button.h>
4#include <NDEVR/BasicThread.h>
6#include <NDEVR/Pointer.h>
7#include <NDEVR/LocalApplicationLauncher.h>
24 void setAppFinishedCallback(std::function<
void()> callback);
25 void setAppLaunchCallback(std::function<
void()> callback);
26 void setMakeChildProcess(
bool is_child_process);
28 void setEnabled(
bool enabled);
32 void setEnvironment(
const String& env);
33 void setArgs(
const String& args);
34 void setIconToApp(
Button* button);
35 void setNameToApp(
Button* button);
37 void setupButton(
Button* button);
40 void _setupButton(
Button* button);
46#if NDEVR_SUPPORTS_THREADING
47 BasicThread* m_launch_thread =
nullptr;
49 bool m_is_enabled =
true;
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:64
Definition Pointer.hpp:303