Flags for internal usage.
More...
#include <mlField.h>
|
unsigned int | observersWereRemovedInsideTouch:1 |
| < Flag that indicates that the sensor/destination fields lists contain NULL entries
|
|
unsigned int | insideTouch:1 |
| < Flag to suppress multiple notifications of fields, which could lead to endless loops.
|
|
unsigned int | notifyAttachmentsFlag:1 |
| < Flag to suppress the notification of connected fields and field sensors when field values are set.
|
|
unsigned int | outputOnly:1 |
| < Flag to mark this field as pure output field (this is used by the MeVisLab IDE).
|
|
Flags for internal usage.
Definition at line 289 of file mlField.h.
◆ insideTouch
unsigned int ml::Field::Flags::insideTouch |
< Flag to suppress multiple notifications of fields, which could lead to endless loops.
Definition at line 291 of file mlField.h.
◆ notifyAttachmentsFlag
unsigned int ml::Field::Flags::notifyAttachmentsFlag |
< Flag to suppress the notification of connected fields and field sensors when field values are set.
Definition at line 292 of file mlField.h.
◆ observersWereRemovedInsideTouch
unsigned int ml::Field::Flags::observersWereRemovedInsideTouch |
< Flag that indicates that the sensor/destination fields lists contain NULL entries
Definition at line 290 of file mlField.h.
◆ outputOnly
unsigned int ml::Field::Flags::outputOnly |
< Flag to mark this field as pure output field (this is used by the MeVisLab IDE).
Definition at line 293 of file mlField.h.
The documentation for this struct was generated from the following file:
- MeVis/Foundation/Sources/ML/include/mlField.h