|
MeVisLab Scripting Reference
|
#include <mlabInventorModule.h>
Inherits QObject.
Public Slots | |
Dynamic access to Inventor children. | |
| |
| int | notificationCount () |
| void | resetNotificationCount () |
| void | setVerboseTracking (bool flag) |
| QStringList | changedFields () |
| QStringList | changedNodes () |
A helper class to watch a SoNode with a SoNodeSensor.
|
slot |
Returns a list of field names that have changed, in the order of their changes.
This only works if setVerboseTracking() is enabled.
|
slot |
Returns a list of nodes that have changed, in the order of their changes.
If the change originates from a field, it will be part of changedFields(), not part of changedNodes().
|
inlineslot |
Sets whether verbose logging should be used (default is false).
|
slot |
Resets the notification count.
|
inlineslot |
Enables/disables tracking of changed fields/nodes; can only be done if using a priority 0 sensor.
Default is false.