ElementFlags#

class ElementFlags#

The standard flags that an element may have.

Fields#

class ElementFlags
INDEXABLE#

The element can use an index

LAST#

Offset to define more flags

LOCKED_STATE#

Ignore state changes from parent

PROVIDE_CLOCK#

The element can provide a clock

REQUIRE_CLOCK#

The element requires a clock

SINK#

The element is a sink

SOURCE#

The element is a source.