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

Method isType

src/tools/ecode/uitreeviewfs.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 bool isType( const Uint32& type ) const override {
41 return getType() == type ? true : UITreeViewCell::isType( type );
42 }
43
44 bool acceptsDropOfWidget( const UIWidget* widget ) override {
45 return widget->isType( static_cast<Uint32>( CustomWidgets::UI_TYPE_TREEVIEWCELLFS ) );

Callers 3

acceptsDropOfWidgetMethod · 0.45
onDragMethod · 0.45
onMessageMethod · 0.45

Calls 2

isTypeFunction · 0.85
getTypeFunction · 0.50

Tested by

no test coverage detected