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;
7 /**--------------------------------------------------------------------------------------------------
8 \brief If availabled, records user interactions using Windows Steps Recorder.
9 **/
11 {
12 public:
14 void begin();
15 void begin(const File& file);
16 void end();
17 bool isRunning() const { return m_is_running; };
18 public:
21 protected:
23 };
24}
#define DESIGN_WIDGETS_API
Definition DLLInfo.h:56
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
Logic for reading or writing to a file as well as navigating filesystems.
Definition File.h:48
If availabled, records user interactions using Windows Steps Recorder.
Definition StepsRecorder.h:11
static ApplicationOption< bool > default_launch_recorder
Definition StepsRecorder.h:20
static StepsRecorder & DefaultInstance()
bool m_is_running
Definition StepsRecorder.h:22
void begin(const File &file)
bool isRunning() const
Definition StepsRecorder.h:17
Definition ACIColor.h:37