FindMask Enum Reference
Namespace | ohm::flip |
Declared in | ohm/flip/FindMask.h |
Overview
The Bool class implements a Flip value type holding a boolean value. The following sections will only document the public API.
Note:In practice, the most used FindMask are FindMask_NATURAL and FindMask_CUR .
The find masks are only meaningful in a document_changed call.
Constants Quick Reference

Constants Overview
Base
Combinated
Constants
FindMask_ADDED
Denotes the object that were just added to the model.
FindMask_RESIDENT
Denotes the object that were neither added or removed from the model.
FindMask_REMOVED
Denotes the object that were just removed from the model.
FindMask_NATURAL
Denotes all objects (added, resident and removed)
FindMask_CUR
Denotes all objects that will be resident after the document_changed call (added, resident but not removed)