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

Method findIcon

src/eepp/ui/uicodeeditor.cpp:3482–3487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3480}
3481
3482Drawable* UICodeEditor::findIcon( const std::string& name ) {
3483 UIIcon* icon = getUISceneNode()->findIcon( name );
3484 if ( icon )
3485 return icon->getSize( mMenuIconSize );
3486 return nullptr;
3487}
3488
3489const bool& UICodeEditor::getColorPreview() const {
3490 return mColorPreview;

Callers 1

drawLockedIconMethod · 0.45

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected