API Documentation
Loading...
Searching...
No Matches
StepsRecorder.h
Go to the documentation of this file.
1#pragma once
2#include "DLLInfo.h"
3#include <NDEVR/ApplicationOptions.h>
4namespace NDEVR
5{
6 class File;
8 {
9 public:
11 void begin();
12 void begin(const File& file);
13 void end();
14 bool isRunning() const { return m_is_running; };
15 public:
16 static StepsRecorder& DefaultInstance();
18 protected:
20 };
21}
#define DESIGN_WIDGETS_API
Definition DLLInfo.h:74
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
Definition File.h:47
Definition StepsRecorder.h:8
bool m_is_running
Definition StepsRecorder.h:19
static ApplicationOption< bool > default_launch_recorder
Definition StepsRecorder.h:17
bool isRunning() const
Definition StepsRecorder.h:14
Definition ACIColor.h:37