class KFileItemListView;
+/**
+ * @brief ItemList widget informant implementation for use with KFileItems.
+ *
+ * Code that does not expect KFileItems specifically should go to KStandardItemListWidgetInformant.
+ *
+ * @see KItemListWidgetInformant
+ */
class DOLPHIN_EXPORT KFileItemListWidgetInformant : public KStandardItemListWidgetInformant
{
public:
QFont customizedFontForLinks(const QFont &baseFont) const override;
};
+/**
+ * @brief ItemList widget implementation for use with KFileItems.
+ *
+ * Code that does not expect KFileItems specifically should go to KStandardItemListWidget.
+ *
+ * @see KItemListWidget
+ */
class DOLPHIN_EXPORT KFileItemListWidget : public KStandardItemListWidget
{
Q_OBJECT
QFont customizedFont(const QFont &baseFont) const override;
/**
- * @return Selection length without MIME-type extension
+ * @return Selection length without MIME-type extension in number of unicode characters, which might be different from number of QChars.
*/
int selectionLength(const QString &text) const override;