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

Method getScreenRect

src/eepp/scene/node.cpp:599–601  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597}
598
599Rectf Node::getScreenRect() const {
600 return Rectf( getScreenPos(), getPixelsSize() );
601}
602
603void Node::clipStart( bool needsClipPlanes ) {
604 if ( mVisible && isClipped() ) {

Callers 6

onMouseMoveMethod · 0.80
onMouseMoveMethod · 0.80
drawSignatureHelpMethod · 0.80
resetSuggestionsMethod · 0.80
findBestMenuPosMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected