#include <gdir.h>
Inheritance diagram for gDir:
Public Member Functions | |
gDir (char *dName=nil) | |
gDir (gString &dName) | |
virtual | ~gDir () |
virtual gFileStat * | GetStat (unsigned idx) |
virtual bool | GetNameDir (unsigned idx, gString &resName) |
virtual bool | GetFullNameDir (unsigned idx, gString &resName, gString &resFullName) |
virtual void | AddDir (char *s) |
virtual void | AddFile (char *s) |
Public Attributes | |
gDirStream | dirStream |
gList | errUnstatL |
Protected Member Functions | |
int | thisScanDir () |
int | thisAddStatName (eFileSystemName aFSysName, char *s, gFileStat &aStat) |
int | thisAddSystemName (gFileSysName *aPtr) |
Protected Attributes | |
int | dirCount |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 371 of file gdir.cpp. Referenced by GetNameDir(). |
|
|
|
|
|
Definition at line 438 of file gdir.cpp. Referenced by thisScanDir(). |
|
Definition at line 459 of file gdir.cpp. Referenced by AddDir(), AddFile(), and thisAddStatName(). |
|
Definition at line 396 of file gdir.cpp. Referenced by gDir(). |
|
|
|
Definition at line 184 of file gdir.h. Referenced by gDir(), and thisScanDir(). |
|
Definition at line 185 of file gdir.h. Referenced by thisScanDir(). |