#include <Wastebin.h>
Inheritance diagram for Waste::File:

Public Member Functions | |
| File (const wxString &sPathName, const wxString &sFileType) | |
| wxString | GetPathName () const |
| time_t | GetAccessTime () const |
| time_t | GetModificationTime () const |
| time_t | GetCreationTime () const |
| wxString | GetFileType () const |
| bool | GetIsFile () const |
| virtual void | Dump () const |
Protected Member Functions | |
| File (const wxString &sPathName, time_t nAccessTime, time_t nModificationTime, time_t nCreationTime, const wxString &sFileType, bool bIsFile) | |
Protected Attributes | |
| wxString | m_sPathName |
| wxString | m_sFileType |
| bool | m_bIsFile |
| time_t | m_nAccessTime |
| time_t | m_nModificationTime |
| time_t | m_nCreationTime |
|
||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
Reimplemented in Waste::WastebinFile, and Waste::RestoreFile. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 64 of file Wastebin.h. |
|
|
Definition at line 65 of file Wastebin.h. |
|
|
Definition at line 67 of file Wastebin.h. |
|
|
Definition at line 66 of file Wastebin.h. |
|
|
Definition at line 63 of file Wastebin.h. |
|
|
Definition at line 62 of file Wastebin.h. |
1.3.6