#include <dirlistinginfo.h>
class used to model UIT DirListingInfo.
- Parameters
-
other | The instance being copied. |
Convert XML representation into object model.
- Returns
- The DirListingInfo instance representing the XML
- Parameters
-
QString currentDirectory |
( |
| ) |
const |
- Returns
- The current directory.
void setCurrentDirectory |
( |
const QString & |
current | ) |
|
- Parameters
-
current | The current directory. |
const QList<FileInfo>& directories |
( |
| ) |
const |
- Returns
- The list of directories.
void setDirectories |
( |
const QList< FileInfo > & |
dirs | ) |
|
- Parameters
-
dirs | The list of directories. |
- Returns
- The list of files.
void setFiles |
( |
const QList< FileInfo > & |
fs | ) |
|
- Returns
- true if this DirListingInfo object represents a valid XML document, false otherwise.
- Returns
- The raw XML used to generate this object.
The documentation for this class was generated from the following file: