Public Member Functions | |
bool | append_lockedfile (const QString &PID, const QString &File, const QString &DenyMode, const QString &RW, const QString &Oplock, const QString &DateOpen) |
bool | append_share (const QString &PID, const QString &Share, const QString &DateOpen) |
void | mark_childs () |
void | refresh_childs () |
user (Q3ListViewItem *parent, const QString &PID, const QString &Username, const QString &Group) | |
virtual | ~user () |
Public Attributes | |
QString | group |
bool | mark |
QString | pid |
QString | username |
Static Public Attributes | |
static int | compteur_objet = 0 |
user::user | ( | Q3ListViewItem * | parent, | |
const QString & | PID, | |||
const QString & | Username, | |||
const QString & | Group | |||
) |
user::~user | ( | ) | [virtual] |
bool user::append_lockedfile | ( | const QString & | PID, | |
const QString & | File, | |||
const QString & | DenyMode, | |||
const QString & | RW, | |||
const QString & | Oplock, | |||
const QString & | DateOpen | |||
) |
add lockedfile if not exist
true | already exist | |
false | is new |
bool user::append_share | ( | const QString & | PID, | |
const QString & | Share, | |||
const QString & | DateOpen | |||
) |
add share if not exist
true | already exist | |
false | is new |
void user::mark_childs | ( | ) |
Mark all children.
void user::refresh_childs | ( | ) |
Refresh view. Delete obsolete objects (mark = false).
int user::compteur_objet = 0 [static] |
QString user::group |
bool user::mark |
QString user::pid |
QString user::username |