KDE PIM / Developers / API Docs / kmail

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.

List of all members.

Public Member Functions

Protected Attributes


Detailed Description

KMail list that manages the contents of one directory that may contain folders and/or other directories.


Member Function Documentation

bool KMFolderDir::reload  )  [virtual]
 

Read contents of directory.

QString KMFolderDir::path  )  const [virtual]
 

Return full pathname of this directory.

QString KMFolderDir::label  )  const
 

Returns the label of the folder for visualization.

QString KMFolderDir::prettyURL  )  const [virtual]
 

URL of the node for visualization purposes.

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.

KMFolderNode * KMFolderDir::hasNamedFolder const QString &  name  )  [virtual]
 

Returns folder with given name or zero if it does not exist.

KMFolderMgr * KMFolderDir::manager  )  const [virtual]
 

Returns the folder manager that manages this folder.

KMFolder* KMFolderDir::owner  )  const [inline]
 

Returns the folder whose children we are holding.


The documentation for this class was generated from the following files: