class CollectionView |
|
A view to show a collection tree provided by a CollectionModel.
When a KXmlGuiWindow is passed to the constructor, the XMLGUI defined context menu akonadi_collectionview_contextmenu is used if available. Example:
Author Volker Krause |
|
Creates a new collection view.
The - parent widget. |
|
Creates a new collection view.
xmlGuiWindow - The KXmlGuiWindow the view is used in. This is needed for the XMLGUI based context menu. Passing 0 is ok and will disable the builtin context menu. parent - The parent widget. |
|
This signal is emitted whenever the user has clicked
a collection in the view.
collection - The clicked collection. |
|
|
This signal is emitted whenever the current collection
in the view has changed.
collection - The new current collection. |
|
|
|
|
|
Sets the KXmlGuiWindow which the view is used in.
This is needed if you want to use the built-in context menu.
xmlGuiWindow - The KXmlGuiWindow the view is used in. |