iVS3D v2.0.0
Loading...
Searching...
No Matches
signalObject Class Reference
Inheritance diagram for signalObject:

Signals

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
 

Member Function Documentation

◆ sig_boundariesChanged

void signalObject::sig_boundariesChanged ( QPoint  boundaries)
signal

sig_boundariesChanged is emitted if the timeline boundaries are moved.

Parameters
boundariesbegin end end boundary

◆ sig_keyframesChanged

void signalObject::sig_keyframesChanged ( std::vector< uint >  keyframes)
signal

sig_keyframesChanged is emitted if the keyframes list changes.

Parameters
keyframesare 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
indexof 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
pluginNamename of the plugin whose buffer is emited
bufferthe buffer itself

The documentation for this class was generated from the following files: