| 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 ) ); |
no test coverage detected