#include <Wastebin.h>
Collaboration diagram for Waste::Bin:

Public Types | |
| typedef bool(* | EnumerateWastebinCallbackType )(const WastebinFile &) |
Public Member Functions | |
| Bin (const wxString &sWastebinPath) | |
| bool | Empty () |
| int | GetCount () |
| void | Enumerate (const EnumerateWastebinCallbackType fnCallback) |
| virtual void | Dump () |
| int | Throw (File &dli) |
| void | Delete (int nItemId) |
| bool | Restore (int nItemId, wxString &sPathName) |
| Restore a file from the Wastebin to the file system. | |
Private Member Functions | |
| void | OpenDatabase (const wxString &sWastebinDatabasePathName) |
Private Attributes | |
| wxString | m_sWastebinPath |
| wxString | m_sWastebinFilesPath |
| wx::DBI::StatementCache | m_stc |
|
|
Definition at line 152 of file Wastebin.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Restore a file from the Wastebin to the file system.
|
|
|
|
|
|
Definition at line 188 of file Wastebin.h. |
|
|
Definition at line 187 of file Wastebin.h. |
|
|
Definition at line 186 of file Wastebin.h. |
1.3.6