Public Types | |
enum | { Tshare, Tlockedfile } |
Public Member Functions | |
service (Q3ListViewItem *parent, const QString &PID, const QString &FileName, const QString &DenyMode, const QString &RW, const QString &Oplock, const QString &DateOpen) | |
service (Q3ListViewItem *parent, const QString &PID, const QString &Share, const QString &DateOpen) | |
virtual | ~service () |
Public Attributes | |
QString | dateopen |
QString | denymode |
QString | filename |
bool | mark |
QString | oplock |
QString | pid |
QString | rw |
QString | share |
int | TypeOfService |
enum service:: { ... } | TypeService |
Static Public Attributes | |
static int | compteur_objet = 0 |
anonymous enum |
Enum type of service:
service::service | ( | Q3ListViewItem * | parent, | |
const QString & | PID, | |||
const QString & | Share, | |||
const QString & | DateOpen | |||
) |
Constructor of share
References compteur_objet, dateopen, debugQt(), mark, pid, Q3ListViewItemList, share, Tshare, and TypeOfService.
service::service | ( | Q3ListViewItem * | parent, | |
const QString & | PID, | |||
const QString & | FileName, | |||
const QString & | DenyMode, | |||
const QString & | RW, | |||
const QString & | Oplock, | |||
const QString & | DateOpen | |||
) |
Constructor of locked file
References compteur_objet, dateopen, debugQt(), denymode, filename, mark, oplock, pid, Q3ListViewItemList, rw, Tlockedfile, and TypeOfService.
service::~service | ( | ) | [virtual] |
References compteur_objet, debugQt(), and Q3ListViewItemList.
int service::compteur_objet = 0 [static] |
Referenced by main(), service(), and ~service().
QString service::dateopen |
Referenced by user::append_lockedfile(), service(), and server::ViewInfoService().
QString service::denymode |
Referenced by user::append_lockedfile(), service(), and server::ViewInfoService().
QString service::filename |
Referenced by user::append_lockedfile(), service(), and server::ViewInfoService().
bool service::mark |
Referenced by user::append_lockedfile(), user::append_share(), user::mark_childs(), user::refresh_childs(), and service().
QString service::oplock |
Referenced by user::append_lockedfile(), service(), and server::ViewInfoService().
QString service::pid |
Referenced by user::append_lockedfile(), user::append_share(), service(), and server::ViewInfoService().
QString service::rw |
Referenced by user::append_lockedfile(), service(), and server::ViewInfoService().
QString service::share |
Referenced by user::append_share(), service(), and server::ViewInfoService().
Referenced by main_windows::search(), service(), and server::ViewInfoService().
enum { ... } service::TypeService |