KFM Class Reference
[kfmlib Index] [kfmlib Hierarchy]
[Headers]
#include <kfm.h>
Inherits: QObject (qt)
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
Signals
Private Members
KFM() [public]
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.
Allows this class to restart KFM if it is not running.
Tells wether a KFM is running.
Documentation generated by root@darkstar.lst.de on Wed Sep 8 17:38:56 CEST 1999
|
Kdoc
|