#include <DirectoryEntry.h>
Public Member Functions | |
DirectoryEntry (const wxString &sNewPath, const wxString &sNewName, DirectoryEntrySortKey desNew, int nTextSortFlags) | |
bool | operator< (const DirectoryEntry &dreOther) const |
wxString | GetPathName () const |
wxString | GetName () const |
DirectoryEntryType | GetType () const |
bool | IsHidden () const |
bool | CanExecute () const |
int | GetPermissions () const |
time_t | GetModificationTime () const |
wxString | GetDescription () const |
int | GetImageIndex () const |
wxString | GetFileType () const |
bool | Activate () const |
bool | CacheValues () |
Protected Member Functions | |
wxString | GetCompareName () const |
Private Member Functions | |
bool | CompareByName (const DirectoryEntry &dreOther) const |
bool | CompareByModificationDate (const DirectoryEntry &dreOther) const |
Private Attributes | |
wxString | m_sPathName |
wxString | m_sPath |
wxString | m_sName |
DirectoryEntryType | m_det |
bool | m_bIsHidden |
DirectoryEntrySortKey | m_des |
bool | m_bCaseSensitive |
bool | m_bIgnoreHiddenDots |
wxString | m_sCompareName |
bool | m_bCacheValuesLoaded |
wxString | m_sDescription |
int | m_nImageIndex |
wxString | m_sFileType |
STRUCT_STAT | m_st |
Friends | |
class | DirectoryEntryArray |
Each item in a DirectoryView is contained in a 'DirectoryEntry'.
Definition at line 70 of file DirectoryEntry.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 73 of file DirectoryEntry.h. |
|
Definition at line 123 of file DirectoryEntry.h. |
|
Definition at line 117 of file DirectoryEntry.h. |
|
Definition at line 118 of file DirectoryEntry.h. |
|
Definition at line 114 of file DirectoryEntry.h. |
|
Definition at line 116 of file DirectoryEntry.h. |
|
Definition at line 113 of file DirectoryEntry.h. |
|
Definition at line 126 of file DirectoryEntry.h. |
|
Definition at line 122 of file DirectoryEntry.h. |
|
Definition at line 125 of file DirectoryEntry.h. |
|
Definition at line 127 of file DirectoryEntry.h. |
|
Definition at line 112 of file DirectoryEntry.h. |
|
Definition at line 111 of file DirectoryEntry.h. |
|
Definition at line 110 of file DirectoryEntry.h. |
|
Definition at line 128 of file DirectoryEntry.h. |