Radium Engine
1.5.0
|
Data passed to the plugin constructor. More...
#include <PluginBase/PluginContext.hpp>
Inherits QObject.
Signals | |
void | setContinuousUpdate (bool b) |
enable continuous rendering update More... | |
void | askForUpdate () |
ask for single-shot rendering update More... | |
Public Member Functions | |
Context (QObject *parent=nullptr) | |
Public Attributes | |
Engine::RadiumEngine * | m_engine { nullptr } |
Gui::SelectionManager * | m_selectionManager { nullptr } |
Gui::Timeline * | m_timeline { nullptr } |
Gui::PickingManager * | m_pickingManager { nullptr } |
Gui::Viewer * | m_viewer { nullptr } |
std::string | m_exportDir { "." } |
Data passed to the plugin constructor.
Definition at line 22 of file PluginContext.hpp.
|
signal |
ask for single-shot rendering update
|
signal |
enable continuous rendering update
Usage: in your plugin, declare signals, and connect them to the PluginContext signals for forwarding: