3#include <NDEVR/Button.h>
4#include <NDEVR/BasicThread.h>
6#include <NDEVR/Pointer.h>
7#include <NDEVR/LocalApplicationLauncher.h>
39 void _setupButton(
Button* button);
45#if NDEVR_SUPPORTS_THREADING
48 bool m_is_enabled =
true;
A class that allows user to use a function inline to execute something.
Definition BasicThread.h:45
The equivelent of std::vector but with a bit more control. The basic array unit of the library.
Definition Buffer.hpp:56
Provides a modifiable pointer that has shared ownership of a dynamically allocated object.
Definition Pointer.hpp:320
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
The core String class for the NDEVR API.
Definition String.h:69