Public Types
- enum FileView {Simple, Detail, SimpleCombi, DetailCombi }
Public Methods
- KFileWidget ( FileView view, QWidget *parent=0, const char *name=0 )
- virtual ~KFileWidget ()
- virtual void setURL ( const KURL & )
- KURL url () const
- void setNameFilter (const QString&)
- void setShowHiddenFiles (bool)
- bool showHiddenFiles () const
- bool isRoot () const
- uint count () const
- bool isReadable () const
- void setView ( FileView )
- void setView ( KFileView * )
Public Slots
- void home ()
- void cdUp ()
- void back ()
- void forward ()
- void rereadDir ()
Signals
Protected Methods
- void setDirOperator ( KDirOperator * )
- KDirOperator * dirOperator () const
- virtual void resizeEvent ( QResizeEvent * )
void setURL ( const KURL & )
|
[virtual]
Set the current url.
An url without a protocol (file:/, ftp://) will be treated as a
local directory and file:/ will be prepended.
void setNameFilter (const QString&)
|
Set the current name filter.
[const]
Returns the number of directory entries read.
[const]
Indicates if the path is readable. That means, if there are
entries to expect
[signal]
Emitted when the user highlights a file.
[signal]
Emitted when the user selects a file.
[signal]
Emitted, when the user selectes a directory
void urlEntered ( const KURL& )
|
[signal]
Emitted when the user enters a directory/url
[signal]
Emitted if a network transfer goes wrong.
Generated by: root@tantive.terraplex.com on Sun Feb 27 17:39:34 2000, using kdoc 2.0a33. |