MCPcopy 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
828bool UIWidget::isSceneNodeLoading() const {
829 return NULL != mUISceneNode ? mUISceneNode->isLoading() : false;
830}
831
832const Rectf& UIWidget::getPadding() const {
833 return mPadding;

Callers 1

Calls 1

isLoadingMethod · 0.45

Tested by

no test coverage detected