17#ifndef GAZEBO_GUI_VIDEORECORDER_HH_
18#define GAZEBO_GUI_VIDEORECORDER_HH_
29 class VideoRecorderPrivate;
56 private slots:
void OnRecordStop();
60 private slots:
void OnRecordStart(
const QString &_format);
64 private: std::unique_ptr<VideoRecorderPrivate> dataPtr;
gui
Definition KeyEventHandler.hh:29
Helper class for recording the user camera to a video file.
Definition VideoRecorder.hh:34
~VideoRecorder()
Destructor.
VideoRecorder(QWidget *_parent=0)
Constructor.
void RecordingStarted()
Signal emitted when a recording is started.
void RecordingStopped()
Signal emitted when a recording is stopped.
void RecordingChanged(bool _recording)
Signal emitted when the recording state changes.
Forward declarations for the common classes.
Definition Animation.hh:27