| 459 | virtual bool isValidDragTarget( Item* item ); |
| 460 | |
| 461 | bool _isRootLevelItem( Item* item ) const |
| 462 | { |
| 463 | return ( item == mRoot && mShowRoot ) || ( item->mParent == mRoot && !mShowRoot ); |
| 464 | } |
| 465 | |
| 466 | /// For inspector tree views, this is hooked to the SetModificationSignal of sets |
| 467 | /// so that the tree view knows when it needs to refresh. |