Public Members
- KFM ()
- ~KFM ()
- static void setSilent (bool _silent)
- static bool download (const QString & src, QString & target)
- static void removeTempFile (const QString & name)
- bool isOK ()
- void refreshDesktop ()
- void sortDesktop ()
- void configure ()
- void openURL ()
- void openURL ( const char *_url )
- void refreshDirectory ( const char *_url )
- void openProperties ( const char *_url )
- void exec ( const char *_url, const char *_binding )
- void copy ( const char *_src, const char *_dest )
- void move ( const char *_src, const char *_dest )
- void copyClient ( const char *_src, const char *_dest )
- void moveClient ( const char *_src, const char *_dest )
- void list ( const char *_url )
- void selectRootIcons ( int _x, int _y, int _w, int _h, bool _add )
- void allowKFMRestart ( bool )
- bool isKFMRunning ()
Public Slots
- void slotFinished ()
- void slotError ( int _kerror, const char *_text )
- void slotDirEntry (const char* _name, const char* _access, const char* _owner, const char* _group, const char* _date, int _size)
Protected Members
- void init ()
- bool test ()
- char flag
- bool ok
- bool allowRestart
- KfmIpc * ipc
- KDirEntry entry
Signals
- void finished ()
- void error ( int _kerror, const char *_text )
- void dirEntry ( KDirEntry& _entry )
This will not restart KFM if it is not running.
You have to call #allowKFMRestart before
calling any other function. This will allow to
restart KFM on demand.
void allowKFMRestart ( bool )
|
Allows this class to restart KFM if it is not running.
Tells wether a KFM is running.
Generated by: prospector@boris.devel.redhat.com on Fri Apr 27 17:30:11 200. |