|
MoleQueue 0.9.0
|
#include <fileinfo.h>
Public Member Functions | |
| QString | date () const |
| void | setDate (const QString &d) |
| QString | group () const |
| void | setGroup (const QString &g) |
| QString | name () const |
| void | setName (const QString &n) |
| QString | perms () const |
| void | setPerms (const QString &p) |
| qint64 | size () const |
| void | setSize (qint64 s) |
| QString | user () const |
| void | setUser (const QString &u) |
class used to model UIT FileInfo.
| QString date | ( | ) | const |
| void setDate | ( | const QString & | d | ) |
| d | The date string. |
| QString group | ( | ) | const |
| void setGroup | ( | const QString & | g | ) |
| g | The string describing the group the file belongs to. |
| QString name | ( | ) | const |
| void setName | ( | const QString & | n | ) |
| n | The name of the file. |
| QString perms | ( | ) | const |
| void setPerms | ( | const QString & | p | ) |
| p | The string describing the permssion for this file. |
| qint64 size | ( | ) | const |
| void setSize | ( | qint64 | s | ) |
| s | The size of the file. |
| QString user | ( | ) | const |
| void setUser | ( | const QString & | u | ) |
| u | The user who owns this file. |