| 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>(); |