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:35
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:30
Definition: kncollection.h:34
KNCollectionViewItem * listItem() const
Returns the listview item representing this collection in the folder tree.
Definition: kncollection.h:55
KNCollectionViewItem * l_istItem
The list view item representing this collection in the folder tree.
Definition: kncollection.h:95
virtual void setParent(KNCollection::Ptr p)
Sets the parent collection.
Definition: kncollection.h:73
virtual bool readInfo(const QString &confPath)=0
Load the properties/settings of this collection.
Definition: kncollection.h:33
virtual QString path()=0
boost::shared_ptr< KNCollection > Ptr
Shared pointer to a KNCollection.
Definition: kncollection.h:40
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:34
Definition: kncollection.h:33
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:36 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.