KSharedFileDevice Class Reference
This class behaves like a QFile on open it'll try to lock the file via the KDED Module. More...
#include <ksharedfiledevice.h>
Inheritance diagram for KSharedFileDevice:


Public Member Functions | |
KSharedFileDevice () | |
KSharedFileDevice (const QString &name) | |
virtual bool | open (int mode) |
virtual void | close () |
Detailed Description
This class behaves like a QFile on open it'll try to lock the file via the KDED Module.
- Version:
- 0.1
- Author:
- Zecke
Definition at line 32 of file ksharedfiledevice.h.
Constructor & Destructor Documentation
|
Simple c'tor.
Definition at line 29 of file ksharedfiledevice.cpp. |
|
Simple c'tor with a filename as parameter.
Definition at line 33 of file ksharedfiledevice.cpp. |
Member Function Documentation
|
Try to open the file it'll also lock through the KDED Module.
Definition at line 44 of file ksharedfiledevice.cpp. |
|
This will close and unlock the file.
Definition at line 115 of file ksharedfiledevice.cpp. |
The documentation for this class was generated from the following files: