kmfolderdir.h
KMail list that manages the contents of one directory that may contain folders and/or other directori...
Definition: kmfolderdir.h:16
virtual KMFolder * createFolder(const TQString &folderName, bool sysFldr=false, KMFolderType folderType=KMFolderTypeMbox)
Create a mail folder in this directory with given name.
Definition: kmfolderdir.cpp:95
void addDirToParent(const TQString &dirName, KMFolder *parentFolder)
Adds the given subdirectory of this directory to the associated folder.
Definition: kmfolderdir.cpp:167
virtual TQString prettyURL() const
URL of the node for visualization purposes.
Definition: kmfolderdir.cpp:155
virtual KMFolderNode * hasNamedFolder(const TQString &name)
Returns folder with given name or zero if it does not exist.
Definition: kmfolderdir.cpp:343
KMFolder * owner() const
Returns the folder whose children we are holding.
Definition: kmfolderdir.h:59
TQString label() const
Returns the label of the folder for visualization.
Definition: kmfolderdir.cpp:145
virtual KMFolderMgr * manager() const
Returns the folder manager that manages this folder.
Definition: kmfolderdir.cpp:355