|
|
void | sig_newMetaData () |
| | sig_newMetaData notification about updated meta data. Access Reader object to fetch the new meta data if needed.
|
| |
| void | sig_selectedImageIndex (uint index) |
| | sig_selectedImageIndex is emitted if a new image is selected in the core ui.
|
| |
| void | sig_keyframesChanged (std::vector< uint > keyframes) |
| | sig_keyframesChanged is emitted if the keyframes list changes.
|
| |
| void | sig_boundariesChanged (QPoint boundaries) |
| | sig_boundariesChanged is emitted if the timeline boundaries are moved.
|
| |
| void | sig_updateBuffer (QString pluginName, QMap< QString, QVariant > buffer) |
| | sig_updateBuffer is emitted if new buffer has been loaded
|
| |
◆ sig_boundariesChanged
| void signalObject::sig_boundariesChanged |
( |
QPoint |
boundaries | ) |
|
|
signal |
sig_boundariesChanged is emitted if the timeline boundaries are moved.
- Parameters
-
| boundaries | begin end end boundary |
◆ sig_keyframesChanged
| void signalObject::sig_keyframesChanged |
( |
std::vector< uint > |
keyframes | ) |
|
|
signal |
sig_keyframesChanged is emitted if the keyframes list changes.
- Parameters
-
| keyframes | are the newly selected keyframes |
◆ sig_selectedImageIndex
| void signalObject::sig_selectedImageIndex |
( |
uint |
index | ) |
|
|
signal |
sig_selectedImageIndex is emitted if a new image is selected in the core ui.
- Parameters
-
| index | of the newly selected image |
◆ sig_updateBuffer
| void signalObject::sig_updateBuffer |
( |
QString |
pluginName, |
|
|
QMap< QString, QVariant > |
buffer |
|
) |
| |
|
signal |
sig_updateBuffer is emitted if new buffer has been loaded
- Parameters
-
| pluginName | name of the plugin whose buffer is emited |
| buffer | the buffer itself |
The documentation for this class was generated from the following files:
- iVS3D/src/iVS3D-core/plugin/signalobject.h
- iVS3D/src/iVS3D-core/plugin/signalobject.cpp