|
| | LHAZFILE_OD (const WSTR &name, const time_t &t, int icon, bool isdir, LONGLONG size) |
| | Constructor
|
| |
| | ‾LHAZFILE_OD (void) |
| | Destructor
|
| |
| const WSTR & | GetID (void) const |
| |
| const WSTR & | GetParentID (void) const |
| |
| bool | IsNewDir (void) const |
| |
| bool | IsOneDriveDocument (void) |
| | IsOneDriveDocument
|
| |
| void | SetID (const WSTR &id) |
| |
| void | SetNewDir (bool b) |
| |
| void | SetParentID (const MYSTR &id) |
| |
| | LHAZFILE (void) |
| |
| | LHAZFILE (const WSTR &name, const time_t &t, int icon, bool isdir, LONGLONG size) |
| |
| virtual | ‾LHAZFILE (void) |
| |
| virtual fpos_t | GetFpos (void) const |
| |
| virtual bool | IsVirtual (void) const |
| |
| virtual void | SetVirtual (bool b) |
| |
| virtual const WSTR & | GetAlternateUri (void) const |
| |
| virtual const WSTR & | GetEditUri (void) const |
| |
| const WSTR & | GetName (void) const |
| |
| void | SetName (const WSTR &name) |
| |
| const WSTR & | GetFileName (void) const |
| |
| void | SetFileName (const WSTR &name, bool dir=false) |
| |
| time_t | GetLastModified (void) const |
| |
| const WSTR & | GetLastModifiedText (void) const |
| |
| void | SetLastModified (const time_t &t) |
| |
| void | SetLastModifiedText (void) |
| |
| LONGLONG | GetSize (void) const |
| |
| const WSTR & | GetSizeText (void) const |
| |
| const WSTR & | GetSizeTextKB (void) const |
| |
| void | SetSize (LONGLONG size) |
| |
| void | SetSizeText (bool dispzero) |
| |
| const WSTR & | GetType (void) const |
| |
| void | SetType (const WSTR &type) |
| |
| LONGLONG | GetPackedSize (void) const |
| |
| void | SetPackedSize (LONGLONG size) |
| |
| const WSTR & | GetPackedSizeText (void) const |
| |
| const WSTR & | GetPackedSizeTextKB (void) const |
| |
| void | SetPackedSizeText (void) |
| |
| float | GetRatio (void) const |
| |
| const WSTR & | GetRatioText (void) const |
| |
| void | SetRatio (void) |
| |
| int | GetMethod (void) const |
| |
| void | SetMethod (int m) |
| |
| const WSTR & | GetMethodText (void) const |
| |
| void | SetMethodText (const WSTR &m) |
| |
| const WSTR & | GetDir (void) const |
| |
| void | SetDir (const WSTR &d) |
| |
| int | GetIcon (void) const |
| |
| void | SetIcon (int i) |
| |
| bool | IsDir (void) const |
| |
| void | SetIsDir (bool b) |
| |
| const WSTR & | GetDsp (FIELD field, bool treeview, int viewkb) const |
| |
| bool | Match (const TCHAR *p, TCHAR *s, int f) const |
| |
| WSTR | GetColContent (FIELD c) |
| |
| const std::vector< PARENT > & | GetParents (void) const |
| |
| const WSTR & | GetParentDir (void) const |
| |
| const WSTR & | GetParentUri (void) const |
| |
| LHAZFILETREE * | GetTree (void) const |
| |
| void | SetTree (LHAZFILETREE *t) |
| |