knode
kncollection.h
Go to the documentation of this file.
virtual KNCollection::Ptr selfPtr()=0
Returns a shared pointer pointing to this collection.
Definition: kncollection.h:37
virtual void updateListItem()
Updates the listview item after the collection has changed.
Definition: kncollection.cpp:45
Abstract base class for everything that is visible in the folder tree.
Definition: kncollection.h:32
Definition: kncollection.h:36
KNCollectionViewItem * listItem() const
Returns the listview item representing this collection in the folder tree.
Definition: kncollection.h:57
KNCollectionViewItem * l_istItem
The list view item representing this collection in the folder tree.
Definition: kncollection.h:97
virtual void setParent(KNCollection::Ptr p)
Sets the parent collection.
Definition: kncollection.h:75
virtual bool readInfo(const QString &confPath)=0
Load the properties/settings of this collection.
Definition: kncollection.h:35
virtual QString path()=0
boost::shared_ptr< KNCollection > Ptr
Shared pointer to a KNCollection.
Definition: kncollection.h:42
void setListItem(KNCollectionViewItem *i)
Sets the listview item which represents this collection in the folder tree.
Definition: kncollection.cpp:34
virtual void writeConfig()=0
Save the properties/settings of this collection.
Definition: kncollection.h:36
Definition: kncollection.h:35
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:34:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.