VideoRecorder.hh
Go to the documentation of this file.
The EntityComponentManager constructs, deletes, and returns components and entities....
Definition: gz/sim/EntityComponentManager.hh:67
Provides video recording cababilities to the 3D scene.
Definition: VideoRecorder.hh:33
void OnStart(const QString &_format)
Callback when video record start request is received.
bool eventFilter(QObject *_obj, QEvent *_event) override
void Update(const UpdateInfo &_info, EntityComponentManager &_ecm) override
Update callback called every time the system is stepped. This is called at an Ignition transport thre...
void OnCancel()
Callback when user cancels saving the recorded video.
void OnStop()
Callback when video record stop request is received.
void OnSave(const QString &_url)
Callback when user selects a path to save the recorded video.
void LoadConfig(const tinyxml2::XMLElement *_pluginElem) override
Information passed to systems on the update callback.
Definition: include/gz/sim/Types.hh:39