- void setGroupHeaderCreator(KItemListGroupHeaderCreatorBase* groupHeaderCreator);
- KItemListGroupHeaderCreatorBase* groupHeaderCreator() const;
+ void setGroupHeaderCreator(KItemListGroupHeaderCreatorBase *groupHeaderCreator);
+ KItemListGroupHeaderCreatorBase *groupHeaderCreator() const;
+
+#ifndef QT_NO_ACCESSIBILITY
+ /**
+ * Uses \a parent to create an accessible object for \a parent. That accessible object will
+ * then be used as the accessible parent of the accessible object for this KItemListView.
+ * Make sure \a parent is the container which contains this specific KItemListView.
+ * This method must be called once before the accessible interface is queried for this class.
+ */
+ void setAccessibleParentsObject(KItemListContainer *accessibleParentsObject);
+ /** The parent of the QAccessibilityInterface of this class. */
+ KItemListContainerAccessible *accessibleParent();
+#endif