MoleQueue  0.8.0
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | List of all members
FileInfo Class Reference

#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)
 

Detailed Description

class used to model UIT FileInfo.

Member Function Documentation

QString date ( ) const
Returns
The date string for this file.
void setDate ( const QString &  d)
Parameters
dThe date string.
QString group ( ) const
Returns
The string describing the group the file belongs to.
void setGroup ( const QString &  g)
Parameters
gThe string describing the group the file belongs to.
QString name ( ) const
Returns
The name of the file.
void setName ( const QString &  n)
Parameters
nThe name of the file.
QString perms ( ) const
Returns
The permissions of the file.
void setPerms ( const QString &  p)
Parameters
pThe string describing the permssion for this file.
qint64 size ( ) const
Returns
The size of the file.
void setSize ( qint64  s)
Parameters
sThe size of the file.
QString user ( ) const
Returns
The user who owns the file.
void setUser ( const QString &  u)
Parameters
uThe user who owns this file.

The documentation for this class was generated from the following file: