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

Method acceptsDropOfWidget

src/tools/ecode/uitreeviewfs.cpp:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 bool acceptsDropOfWidget( const UIWidget* widget ) override {
45 return widget->isType( static_cast<Uint32>( CustomWidgets::UI_TYPE_TREEVIEWCELLFS ) );
46 }
47
48 inline UITreeViewFS* getTreeView() const {
49 return getParent()->getParent()->asType<UITreeViewFS>();

Callers

nothing calls this directly

Calls 1

isTypeMethod · 0.45

Tested by

no test coverage detected