|
|
KDir & |
Parameters:
path | or url. |
void |
[virtual]
Set the current path (accepts normal paths or urls)
void |
Change to the parent directory
const char * |
[const]
Returns the current host.
const char * |
[const]
Returns the current protocol.
const char * |
[const]
Returns the current path (or the path part of the url).
void |
Set the current url (accepts normal paths or urls).
QString |
[const]
Returns the current url.
const char * |
[const]
Returns the current name filter.
void |
Set the current name filter.
QDir::FilterSpec |
[const]
Returns the current filter.
void |
Set the current filter.
QDir::SortSpec |
[const]
Returns the current sort order.
void |
Set the current sort order.
uint |
Returns the number of directory entries read.
bool |
[const]
Returns true if KFM has finished the operation.
const KFileInfoList * |
Return a list of KFileInfo objects matching the specified filter. This call returns immediately, but may provide only partial information. If isFinished() returns true then you will receive complete information. If this is the contents of the directory are not cached then this method will call startLoading().
In blocking I/O mode, it will only return the first maxReturn (default 100) entries. The rest will be send through signals
bool |
[static]
Returns true if the name matches the filter. Unlike the match() method provided by QDir, KDir allows you to specify more than one glob in the pattern. For example the pattern '*.cpp *.h' is valid.
void |
sets, if the class should get the data via blocking I/O. This is just useful, if you want to override the internal logic
bool |
returns, if the class gets its data via blocking I/O
bool |
indicates, if the path is empty
bool |
indicates, if the path is readable. That means, if there are entries to expect
void |
[signal]
Emitted when the url is changed
void |
[signal]
Emitted when a directory entry that matches the filter is received.
void |
[signal]
Emitted when the directory has been completely loaded.
void |
[signal]
Emitted if a network transfer goes wrong.
void |
[signal]
Emitted, if new files are queued
void |
[protected slot]
Called when a directory entry is received.
void |
[protected slot]
Called when kfm has finished the current network operation.
bool |
[protected virtual]
Start listing the directory in the background (returns immeditately).
Returns: true if KFM was started successfully.
Generated by: tasin@pcw-home on Sun Feb 13 22:02:12 2000, using kdoc 2.0a35. |