![]() |
NDEVR
API Documentation
|
If available, records user interactions using Windows Steps Recorder. More...
Public Member Functions | |
| StepsRecorder () | |
| Constructs a StepsRecorder instance. | |
| void | begin () |
| Begins recording user interactions to the default output location. | |
| void | begin (const File &file) |
| Begins recording user interactions to the specified output file. | |
| void | end () |
| Stops the current recording session. | |
| bool | isRunning () const |
| Returns whether a recording session is currently active. | |
Static Public Member Functions | |
| static StepsRecorder & | DefaultInstance () |
| Returns the singleton StepsRecorder instance. | |
Static Public Attributes | |
| static ApplicationOption< bool > | default_launch_recorder |
| Application option controlling whether the recorder launches by default. | |
Protected Attributes | |
| bool | m_is_running |
| Whether a recording session is currently active. | |
If available, records user interactions using Windows Steps Recorder.
Definition at line 10 of file StepsRecorder.h.
| void StepsRecorder::begin | ( | const File & | file | ) |
Begins recording user interactions to the specified output file.
| [in] | file | The file to save the recording to. |
|
static |
Returns the singleton StepsRecorder instance.
References StepsRecorder().
|
inline |
Returns whether a recording session is currently active.
Definition at line 34 of file StepsRecorder.h.
References m_is_running.