MailImporter::FolderStructureBase
#include <mailimporter_utils.h>
Public Types | |
typedef QString | NString[size] |
Public Member Functions | |
FolderStructureBase () | |
FolderStructureBase (const FolderStructureBase &s) | |
FolderStructureBase (const NString &s) | |
FolderStructureBase & | operator= (const FolderStructureBase &s) |
QString & | operator[] (unsigned int i) |
const QString | operator[] (unsigned int i) const |
Detailed Description
class MailImporter::FolderStructureBase< size >
Glorified QString[N] for (a) understandability (b) older gcc compatibility.
Definition at line 17 of file mailimporter_utils.h.
Member Typedef Documentation
◆ NString
QString MailImporter::FolderStructureBase< size >::NString[size] |
Definition at line 20 of file mailimporter_utils.h.
Constructor & Destructor Documentation
◆ FolderStructureBase() [1/3]
|
inline |
Constructor.
Need a default constructor for QValueList.
Definition at line 22 of file mailimporter_utils.h.
◆ FolderStructureBase() [2/3]
|
inline |
Constructor.
Turn N QStrings into a folder structure description.
Definition at line 29 of file mailimporter_utils.h.
◆ FolderStructureBase() [3/3]
|
inline |
Copy Constructor.
Definition at line 37 of file mailimporter_utils.h.
Member Function Documentation
◆ operator=()
|
inline |
Assignment operator.
Does the same thing as the copy constructor.
Definition at line 47 of file mailimporter_utils.h.
◆ operator[]() [1/2]
|
inline |
Access the different fields, for writing.
Definition at line 68 of file mailimporter_utils.h.
◆ operator[]() [2/2]
|
inline |
Access the different fields.
There doesn't seem to be a real semantics for the fields.
Definition at line 58 of file mailimporter_utils.h.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:55 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.