API dox: note CamelCase includes by @class tag with more classes

wilder
Friedrich W. H. Kossebau 9 years ago
parent 6a50c5689f
commit 3c7b96ab3c
  1. 2
      src/kbreadcrumbselectionmodel.h
  2. 2
      src/kcheckableproxymodel.h
  3. 2
      src/kconcatenaterowsproxymodel.h
  4. 2
      src/kdescendantsproxymodel.h
  5. 2
      src/kextracolumnsproxymodel.h
  6. 2
      src/klinkitemselectionmodel.h
  7. 2
      src/kmodelindexproxymapper.h
  8. 2
      src/krearrangecolumnsproxymodel.h
  9. 2
      src/krecursivefilterproxymodel.h
  10. 2
      src/kselectionproxymodel.h

@ -30,7 +30,7 @@
class KBreadcrumbSelectionModelPrivate;
/**
@class KBreadcrumbSelectionModel kbreadcrumbselectionmodel.h
@class KBreadcrumbSelectionModel kbreadcrumbselectionmodel.h KBreadcrumbSelectionModel
@brief Selects the parents of selected items to create breadcrumbs

@ -27,6 +27,8 @@
class KCheckableProxyModelPrivate;
/**
* @class KCheckableProxyModel kcheckableproxymodel.h KCheckableProxyModel
*
* @brief Adds a checkable capability to a source model
*
* Items is standard Qt views such as QTreeView and QListView can have a

@ -28,6 +28,8 @@
class KConcatenateRowsProxyModelPrivate;
/**
* @class KConcatenateRowsProxyModel kconcatenaterowsproxymodel.h KConcatenateRowsProxyModel
*
* This proxy takes multiple source models and concatenates their rows.
*
* In other words, the proxy will have all rows of the first source model,

@ -27,6 +27,8 @@ class KDescendantsProxyModelPrivate;
#include "kitemmodels_export.h"
/**
@class KDescendantsProxyModel kdescendantsproxymodel.h KDescendantsProxyModel
@brief Proxy Model for restructuring a Tree into a list.
A KDescendantsProxyModel may be used to alter how the items in the tree are presented.

@ -28,6 +28,8 @@
class KExtraColumnsProxyModelPrivate;
/**
* @class KExtraColumnsProxyModel kextracolumnsproxymodel.h KExtraColumnsProxyModel
*
* This proxy appends extra columns (after all existing columns).
*
* The proxy supports source models that have a tree structure.

@ -32,6 +32,8 @@
class KLinkItemSelectionModelPrivate;
/**
@class KLinkItemSelectionModel klinkitemselectionmodel.h KLinkItemSelectionModel
@brief Makes it possible to share a selection in multiple views which do not have the same source model
Although <a href="https://doc.qt.io/qt-5/model-view-programming.html#handling-selections-of-items">multiple views can share the same QItemSelectionModel</a>, the views then need to have the same source model.

@ -34,6 +34,8 @@ class QItemSelection;
class KModelIndexProxyMapperPrivate;
/**
* @class KModelIndexProxyMapper kmodelindexproxymapper.h KModelIndexProxyMapper
*
* @brief This class facilitates easy mapping of indexes and selections through proxy models.
*
* In a complex system of proxy models there can be a need to map indexes and selections between them,

@ -28,6 +28,8 @@
class KRearrangeColumnsProxyModelPrivate;
/**
* @class KRearrangeColumnsProxyModel krearrangecolumnsproxymodel.h KRearrangeColumnsProxyModel
*
* This proxy shows specific columns from the source model, in any order.
* This allows to reorder columns, as well as not showing all of them.
*

@ -27,6 +27,8 @@
class KRecursiveFilterProxyModelPrivate;
/**
@class KRecursiveFilterProxyModel krecursivefilterproxymodel.h KRecursiveFilterProxyModel
@brief Implements recursive filtering of models
Until Qt 5.10, QSortFilterProxyModel did not recurse when invoking a filtering stage, so that

@ -28,6 +28,8 @@
class KSelectionProxyModelPrivate;
/**
@class KSelectionProxyModel kselectionproxymodel.h KSelectionProxyModel
@brief A Proxy Model which presents a subset of its source model to observers.
The KSelectionProxyModel is most useful as a convenience for displaying the selection in one view in

Loading…
Cancel
Save