ML Reference
ml::Field::Flags Struct Reference

Flags for internal usage. More...

#include <mlField.h>

List of all members.

Public Attributes

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.

Detailed Description

Flags for internal usage.

Definition at line 273 of file mlField.h.


Member Data Documentation

< Flag to suppress multiple notifications of fields, which could lead to endless loops.

Definition at line 275 of file mlField.h.

< Flag to suppress the notification of connected fields and field sensors when field values are set.

Definition at line 276 of file mlField.h.

< Flag that indicates that the sensor/destination fields lists contain NULL entries

Definition at line 274 of file mlField.h.


The documentation for this struct was generated from the following file: