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

Method writeNodeFlag

src/eepp/scene/node.cpp:1296–1298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296void Node::writeNodeFlag( const Uint32& Flag, const Uint32& Val ) {
1297 BitOp::setBitFlagValue( &mNodeFlags, Flag, Val );
1298}
1299
1300void Node::onParentSizeChange( const Vector2f& ) {
1301 sendCommonEvent( Event::OnParentSizeChange );

Callers 8

onDragMethod · 0.80
onDragStopMethod · 0.80
updateMethod · 0.80
UIWindowMethod · 0.80
updateWinFlagsMethod · 0.80
setTitleMethod · 0.80
onDragMethod · 0.80
onDragStopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected