Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
599
Rectf Node::getScreenRect() const {
600
return Rectf( getScreenPos(), getPixelsSize() );
601
}
602
603
void Node::clipStart( bool needsClipPlanes ) {
604
if ( mVisible && isClipped() ) {
Callers
6
onMouseMove
Method · 0.80
onMouseMove
Method · 0.80
drawSignatureHelp
Method · 0.80
findBestDocumentationPlacement
Method · 0.80
resetSuggestions
Method · 0.80
findBestMenuPos
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected