Module: Gnm::DependentFlags

Defined in:
(unknown)

Constant Summary collapse

NO_FLAG =
0 or :no_flag
CELL =
1 or :cell
DYNAMIC_DEP =
2 or :dynamic_dep
NAME =
3 or :name
MANAGED =
4 or :managed
TYPE_MASK =
4095 or :type_mask
IS_LINKED =
4096 or :is_linked
NEEDS_RECALC =
8192 or :needs_recalc
BEING_CALCULATED =
16384 or :being_calculated
BEING_ITERATED =
32768 or :being_iterated
GOES_INTERSHEET =
65536 or :goes_intersheet
GOES_INTERBOOK =
131072 or :goes_interbook
USES_NAME =
262144 or :uses_name
HAS_3D =
524288 or :has_3d
HAS_DYNAMIC_DEPS =
2097152 or :has_dynamic_deps
IGNORE_ARGS =
4194304 or :ignore_args
8384512 or :link_flags
FLAGGED =
16777216 or :flagged
CAN_RELOCATE =
33554432 or :can_relocate