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

Method hasIcon

src/eepp/ui/uipushbutton.cpp:438–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436}
437
438bool UIPushButton::hasIcon() const {
439 return mIcon != nullptr;
440}
441
442UIPushButton* UIPushButton::setText( const String& text ) {
443 if ( text != mTextBox->getText() ) {

Callers 2

updateCellMethod · 0.80
updateCellMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected