KMFolderDir Class Reference
KMail list that manages the contents of one directory that may contain folders and/or other directories. More...
#include <kmfolderdir.h>
Inherits KMFolderNode, and KMFolderNodeList.
Inherited by KMFolderRootDir.
Public Member Functions
- KMFolderDir (KMFolder *owner, KMFolderDir *parent=0, const QString &path=QString::null, KMFolderDirType=KMStandardDir)
- virtual bool isDir () const
- virtual bool reload ()
- virtual QString path () const
- QString label () const
- virtual QString prettyURL () const
- virtual KMFolder * createFolder (const QString &folderName, bool sysFldr=FALSE, KMFolderType folderType=KMFolderTypeMbox)
- virtual KMFolderNode * hasNamedFolder (const QString &name)
- virtual KMFolderMgr * manager () const
- KMFolder * owner () const
- virtual KMFolderDirType type ()
Protected Attributes
- KMFolder * mOwner
- KMFolderDirType mDirType
Detailed Description
KMail list that manages the contents of one directory that may contain folders and/or other directories.
Member Function Documentation
|
Read contents of directory.
|
|
Return full pathname of this directory.
|
|
Returns the label of the folder for visualization.
|
|
URL of the node for visualization purposes.
|
|
Create a mail folder in this directory with given name. If sysFldr==TRUE the folder is marked as a (KMail) system folder. Returns Folder on success. |
|
Returns folder with given name or zero if it does not exist.
|
|
Returns the folder manager that manages this folder.
|
|
Returns the folder whose children we are holding.
|
The documentation for this class was generated from the following files:
- kmfolderdir.h
- kmfolderdir.cpp