|
|
Base class for file/dir items
inline ClientFileItem (const char* name)
| ClientFileItem |
Constructor
Parameters:
name | Item name |
inline const String& name ()
| name |
[const]
Retrieve the item name
Returns: Item name
ClientDir* directory ()
| directory |
[virtual]
Check if this item is a directory
Returns: ClientDir pointer or 0
ClientFile* file ()
| file |
[virtual]
Check if this item is a file
Returns: ClientDir pointer or 0
const String& toString ()
| toString |
[const virtual]
Retrieve the item name
Returns: Item name
Reimplemented from GenObject.
Generated by: paulc on bussard on Thu Jul 24 18:41:02 2014, using kdoc 2.0a54. |