kmail
KMFolderDir Class Reference
#include <kmfolderdir.h>
Inheritance diagram for KMFolderDir:

Detailed Description
KMail list that manages the contents of one directory that may contain folders and/or other directories.
Definition at line 15 of file kmfolderdir.h.
Public Member Functions | |
KMFolderDir (KMFolder *owner, KMFolderDir *parent=0, const QString &path=QString::null, KMFolderDirType=KMStandardDir) | |
virtual | ~KMFolderDir () |
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 |
Member Function Documentation
virtual bool KMFolderDir::isDir | ( | ) | const [inline, virtual] |
Is it a directory where mail folders are stored or is it a folder that contains mail ? Note that there are some kinds of mail folders like the type mh uses that are directories on disk but are handled as folders here.
Reimplemented from KMFolderNode.
Definition at line 25 of file kmfolderdir.h.
bool KMFolderDir::reload | ( | ) | [virtual] |
QString KMFolderDir::path | ( | ) | const [virtual] |
Return full pathname of this directory.
Reimplemented from KMFolderNode.
Reimplemented in KMFolderRootDir.
Definition at line 128 of file kmfolderdir.cpp.
QString KMFolderDir::label | ( | ) | const [virtual] |
Returns the label of the folder for visualization.
Reimplemented from KMFolderNode.
Definition at line 145 of file kmfolderdir.cpp.
QString KMFolderDir::prettyURL | ( | ) | const [virtual] |
URL of the node for visualization purposes.
Implements KMFolderNode.
Reimplemented in KMFolderRootDir.
Definition at line 155 of file kmfolderdir.cpp.
KMFolder * KMFolderDir::createFolder | ( | const QString & | folderName, | |
bool | sysFldr = FALSE , |
|||
KMFolderType | folderType = KMFolderTypeMbox | |||
) | [virtual] |
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.
Definition at line 95 of file kmfolderdir.cpp.
KMFolderNode * KMFolderDir::hasNamedFolder | ( | const QString & | name | ) | [virtual] |
Returns folder with given name or zero if it does not exist.
Definition at line 294 of file kmfolderdir.cpp.
KMFolderMgr * KMFolderDir::manager | ( | ) | const [virtual] |
Returns the folder manager that manages this folder.
Reimplemented in KMFolderRootDir.
Definition at line 306 of file kmfolderdir.cpp.
KMFolder* KMFolderDir::owner | ( | ) | const [inline] |
The documentation for this class was generated from the following files: