26 #include <tqstringlist.h>
38 imapList ( const TQString &, imapParser &);
39 imapList ( const imapList &);
40 imapList & operator = ( const imapList &);
46 TQString attributesAsString() const
48 return attributes_.join( ",");
51 TQString hierarchyDelimiter () const
53 return hierarchyDelimiter_;
55 void setHierarchyDelimiter ( const TQString & _str)
57 hierarchyDelimiter_ = _str;
60 TQString name () const
64 void setName ( const TQString & _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 TQString hierarchyDelimiter_;
134 TQStringList attributes_;
a string used during parsing the string allows you to move the effective start of the string using st...
|