Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isSceneNodeLoading
Method
isSceneNodeLoading
src/eepp/ui/uiwidget.cpp:828–830 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
826
}
827
828
bool UIWidget::isSceneNodeLoading() const {
829
return NULL != mUISceneNode ? mUISceneNode->isLoading() : false;
830
}
831
832
const Rectf& UIWidget::getPadding() const {
833
return mPadding;
Callers
1
applyStyleSheetProperty
Method · 0.80
Calls
1
isLoading
Method · 0.45
Tested by
no test coverage detected