MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isClosing

Method isClosing

src/eepp/scene/node.cpp:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774bool Node::isClosing() const {
775 return 0 != ( mNodeFlags & NODE_FLAG_CLOSE );
776}
777
778bool Node::isClosingChildren() const {
779 return 0 != ( mNodeFlags & NODE_FLAG_CLOSING_CHILDREN );

Callers 4

invalidateStyleMethod · 0.45
invalidateStyleStateMethod · 0.45
invalidateLayoutMethod · 0.45
focusSomeEditorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected