KSambaShare Class Reference
Similar functionality like KFileShare, but works only for Samba and do not need any suid script. More...
#include <ksambashare.h>
Inheritance diagram for KSambaShare:

Signals | |
void | changed () |
Public Member Functions | |
bool | isDirectoryShared (const QString &path) const |
QStringList | sharedDirectories () const |
virtual | ~KSambaShare () |
QString | smbConfPath () const |
Static Public Member Functions | |
KSambaShare * | instance () |
Detailed Description
Similar functionality like KFileShare, but works only for Samba and do not need any suid script.Singleton class, call instance() to get an instance.
Definition at line 32 of file ksambashare.h.
Constructor & Destructor Documentation
|
KSambaShare destructor. Do not call! The instance is destroyed automatically! Definition at line 189 of file ksambashare.cpp. |
Member Function Documentation
|
Returns the one and only instance of KSambaShare.
Definition at line 227 of file ksambashare.cpp. References KStaticDeleter< type >::setObject(). Referenced by KFileItem::overlays(). |
|
Whether or not the given path is shared by Samba.
Definition at line 197 of file ksambashare.cpp. Referenced by KFileItem::overlays(). |
|
Returns a list of all directories shared by Samba. The resulting list is not sorted.
Definition at line 205 of file ksambashare.cpp. |
|
Returns the path to the used smb.conf file or null if no file was found.
Definition at line 193 of file ksambashare.cpp. |
|
Emitted when the smb.conf file has changed.
|
The documentation for this class was generated from the following files: