Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
438
bool UIPushButton::hasIcon() const {
439
return mIcon != nullptr;
440
}
441
442
UIPushButton* UIPushButton::setText( const String& text ) {
443
if ( text != mTextBox->getText() ) {
Callers
2
updateCell
Method · 0.80
updateCell
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected