Public Member Functions | |
| void | add_lockedfile (const QString &PID, const QString &File, const QString &DenyMode, const QString &RW, const QString &Oplock, const QString &DateOpen) |
| void | add_share (const QString &PID, const QString &Share, const QString &DateOpen) |
| void | add_user (const QString &PID, const QString &Name, const QString &Group, const QString &MachineName, const QString &MachineIP) |
| QString | getSambaVersion () |
| void | mark_childs () |
| void | refresh_childs () |
| server (Q3ListView *parent) | |
| void | setSambaVersion (const QString &) |
| QString | ViewInfoMachine (Q3ListViewItem *Item) |
| QString | ViewInfoServer () |
| QString | ViewInfoService (Q3ListViewItem *Item) |
| QString | ViewInfoUser (Q3ListViewItem *Item) |
| virtual | ~server () |
Public Attributes | |
| QList< type_message > | listMessages |
Static Public Attributes | |
| static int | compteur_objet = 0 |
Private Types | |
| enum | { Tshare, Tlockedfile } |
Private Attributes | |
| QString | SambaVersion |
| enum server:: { ... } | TypeService |
anonymous enum [private] |
Enum type of service:
| server::server | ( | Q3ListView * | parent | ) |
| server::~server | ( | ) | [virtual] |
| void server::add_lockedfile | ( | const QString & | PID, | |
| const QString & | File, | |||
| const QString & | DenyMode, | |||
| const QString & | RW, | |||
| const QString & | Oplock, | |||
| const QString & | DateOpen | |||
| ) |
| void server::add_share | ( | const QString & | PID, | |
| const QString & | Share, | |||
| const QString & | DateOpen | |||
| ) |
add share if not exist
| void server::add_user | ( | const QString & | PID, | |
| const QString & | Name, | |||
| const QString & | Group, | |||
| const QString & | MachineName, | |||
| const QString & | MachineIP | |||
| ) |
add machine and user if not exist
| QString server::getSambaVersion | ( | ) |
Return samba version
| void server::mark_childs | ( | ) |
Mark all children.
| void server::refresh_childs | ( | ) |
Refresh view. Delete obsolete objects (mark = false).
| void server::setSambaVersion | ( | const QString & | sambaversion | ) |
Set samba version
| QString server::ViewInfoMachine | ( | Q3ListViewItem * | Item | ) |
Return machine informations
| QString server::ViewInfoServer | ( | ) |
Return server informations
| QString server::ViewInfoService | ( | Q3ListViewItem * | Item | ) |
Return service informations (locked file or share)
| QString server::ViewInfoUser | ( | Q3ListViewItem * | Item | ) |
Return user informations
int server::compteur_objet = 0 [static] |
| QList<type_message> server::listMessages |
QString server::SambaVersion [private] |
enum { ... } server::TypeService [private] |
Enum type of service:
1.5.3