|
MeVisLab Scripting Reference
|
#include <mlabFieldListener.h>
Inherits QObject.
Public Slots | |
Scripting access | |
| |
| bool | addField (MLABField *f) |
| bool | removeField (MLABField *f) |
| QObjectList | listenFields () |
| QString | command () |
A listener calling a script when the field changes.
|
slot |
Adds a field to listen toa and returns false if the field is already listened to by this listener.
|
slot |
Returns the name of the attached command (or the inline command string).
|
slot |
Returns the list of fields that this listener is listening to.
|
slot |
Removes the given field from the list of fields to listen to.