ML Reference
ml::Field::Flags Struct Reference

Flags for internal usage. More...

#include <mlField.h>

Public Attributes

unsigned int observersWereRemovedInsideTouch:1
 < Flag that indicates that the sensor/destination fields lists contain NULL entries More...
 
unsigned int insideTouch:1
 < Flag to suppress multiple notifications of fields, which otherwise could lead to endless loops. More...
 
unsigned int notifyAttachmentsFlag:1
 < Flag to suppress the notification of connected fields and field sensors when field values are set. More...
 
unsigned int outputOnly:1
 < Flag to mark this field as a pure output field (this is used by the MeVisLab IDE). More...
 

Detailed Description

Flags for internal usage.

Definition at line 289 of file mlField.h.

Member Data Documentation

◆ insideTouch

unsigned int ml::Field::Flags::insideTouch

< Flag to suppress multiple notifications of fields, which otherwise 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 a 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: