bool applyResolvedRoles(int index, ResolveHint hint);
QHash<QByteArray, QVariant> rolesData(const KFileItem& item);
- /**
- * @return The number of items of the path \a path.
- */
- int subItemsCount(const QString& path) const;
-
/**
* Must be invoked if a property has been changed that affects
* the look of the preview. Takes care to update all previews.
public:
explicit KItemListSizeHintResolver(const KItemListView* itemListView);
virtual ~KItemListSizeHintResolver();
- QSizeF maxSizeHint();
QSizeF minSizeHint();
QSizeF sizeHint(int index);
void setNameFilter(const QString& nameFilter);
QString nameFilter() const;
- /**
- * Requests the view mode implementation to hide tooltips.
- */
- void requestToolTipHiding();
-
public slots:
/**
* Sets the URL to \a url and emits the signals cancelPreviews() and