filelight
#include <fileTree.h>

Public Member Functions | |
| File (const char *name, FileSize size) | |
| virtual | ~File () |
| QString | fullPath (const Folder *=0) const |
| QString | humanReadableSize () const |
| virtual bool | isFolder () const |
| QString | name () const |
| const char * | name8Bit () const |
| Folder * | parent () const |
| FileSize | size () const |
Protected Member Functions | |
| File (const char *name, FileSize size, Folder *parent) | |
Protected Attributes | |
| char * | m_name |
| Folder * | m_parent |
| FileSize | m_size |
Detailed Description
Definition at line 225 of file fileTree.h.
Constructor & Destructor Documentation
|
inline |
Definition at line 231 of file fileTree.h.
|
inlinevirtual |
Definition at line 232 of file fileTree.h.
Definition at line 259 of file fileTree.h.
Member Function Documentation
Definition at line 28 of file fileTree.cpp.
|
inline |
Definition at line 254 of file fileTree.h.
|
inlinevirtual |
Reimplemented in Folder.
Definition at line 249 of file fileTree.h.
|
inline |
Definition at line 245 of file fileTree.h.
|
inline |
Definition at line 239 of file fileTree.h.
|
inline |
Definition at line 236 of file fileTree.h.
|
inline |
Definition at line 242 of file fileTree.h.
Member Data Documentation
|
protected |
Definition at line 262 of file fileTree.h.
|
protected |
Definition at line 261 of file fileTree.h.
|
protected |
Definition at line 263 of file fileTree.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference