This is a list item in the mailbox list of the mailbox wizard. More...
#include <mailboxwizardlistitem.h>
Public Member Functions | |
MailBoxWizardListItem (QTreeWidget *parent, QString label, QString path) | |
~MailBoxWizardListItem () | |
QString | getPath () |
Private Attributes | |
QString | path |
This is a list item in the mailbox list of the mailbox wizard.
Definition at line 28 of file mailboxwizardlistitem.h.
MailBoxWizardListItem::MailBoxWizardListItem | ( | QTreeWidget * | parent, | |
QString | label, | |||
QString | path | |||
) |
Constructor Constructs a new top-level entry in the mailbox list.
parent | pointer to mailbox list.
|
Definition at line 24 of file mailboxwizardlistitem.cpp.
MailBoxWizardListItem::~MailBoxWizardListItem | ( | ) |
Destructor
Definition at line 20 of file mailboxwizardlistitem.cpp.
QString MailBoxWizardListItem::getPath | ( | ) |
Returns the path to this mailbox.
Definition at line 30 of file mailboxwizardlistitem.cpp.
QString MailBoxWizardListItem::path [private] |
The path to this mailbox
Definition at line 58 of file mailboxwizardlistitem.h.