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

Method isType

src/eepp/ui/uicodeeditor.cpp:241–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241bool UICodeEditor::isType( const Uint32& type ) const {
242 return type == getType() || UIWidget::isType( type );
243}
244
245void UICodeEditor::setTheme( UITheme* Theme ) {
246 UIWidget::setTheme( Theme );

Callers 1

onCreateContextMenuMethod · 0.45

Calls 2

isTypeFunction · 0.85
getTypeFunction · 0.50

Tested by

no test coverage detected