kioslave/imap4
26 #include <QStringList>
38 imapList (
const QString &, imapParser &);
39 imapList (
const imapList &);
40 imapList & operator = (
const imapList &);
46 QString attributesAsString()
const
48 return attributes_.join(
"," );
51 QString hierarchyDelimiter ()
const
53 return hierarchyDelimiter_;
55 void setHierarchyDelimiter (
const QByteArray & _str)
57 hierarchyDelimiter_ = QString::fromLatin1( _str );
64 void setName (
const QString & _str)
69 bool noInferiors ()
const
73 void setNoInferiors (
bool _val)
78 bool noSelect ()
const
82 void setNoSelect (
bool _val)
87 bool hasChildren ()
const
91 void setHasChildren (
bool _val)
96 bool hasNoChildren ()
const
98 return hasNoChildren_;
100 void setHasNoChildren (
bool _val)
102 hasNoChildren_ = _val;
109 void setMarked (
bool _val)
114 bool unmarked ()
const
118 void setUnmarked (
bool _val)
126 QString hierarchyDelimiter_;
134 QStringList attributes_;
a string used during parsing the string allows you to move the effective start of the string using st...
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Tue Nov 26 2013 09:02:18 by
doxygen 1.8.5 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.