36 std::vector<WSTR>& filters,
41 bool OnDownload(
const MYSTR& destdir,
bool decryption,
bool opendest);
42 void OnDropFiles(
const std::vector<WSTR>& files,
const PATH& tempname);
43 int OnNotify(HWND hWnd, WPARAM wParam, LPARAM lParam,
const MYSTR& destdir,
const MYSTR& tempdir);
47 void SetColumn(HMENU menu,
int sortkind,
int sortrev);
58 void OnEnter(
const PATH& tempdir);
59 void OnEnter(
int idx,
const MYSTR& tempdir);
61 void OnExtHistory(
int idx, UINT ret,
const MYSTR& tempdir);
62 void OnExtMydoc(
int idx,
const MYSTR& tempdir);
66 void OnListview(WPARAM wParam, LPARAM lParam,
const MYSTR& destdir,
const MYSTR& tempdir);
71 void Extract(
int idx,
const MYSTR& tempdir,
const MYSTR& destdir);
74 void PopupMenuOnFile(
int idx,
const MYSTR& destdir,
const MYSTR& tempdir);
Definition lhazfiles_sd.h:16
Definition lhazfile_sd.h:16
Definition lhaztabcontent_sd.h:15
void OnEndLabelEdit(LPARAM lParam)
OnEndLabelEdit
Definition lhaztabcontent_sd.cpp:302
MYSKYDRIVE * GetSkyDrive(void) const
GetSkyDrive
Definition lhaztabcontent_sd.cpp:154
‾LHAZTABCONTENT_SD(void)
Destructor
Definition lhaztabcontent_sd.cpp:101
void Extract(int idx, const MYSTR &tempdir, const MYSTR &destdir)
Extract
Definition lhaztabcontent_sd.cpp:139
void OnCopyURL(void)
OnCopyURL
Definition lhaztabcontent_sd.cpp:174
LHAZTABCONTENT_SD(HINSTANCE hins, HWND parent, DWORD dwStyle, int lv_id, bool edge, int page, HIMAGELIST himage, const MYSTR &label, TYPE type, int lvx, int panel_id, int panel_x, HWND panel_mes_hwnd, int panel_mes, int tree_id, bool showtreeview, std::vector< WSTR > &filters, LHAZSTS *stsbar)
int OnNotify(HWND hWnd, WPARAM wParam, LPARAM lParam, const MYSTR &destdir, const MYSTR &tempdir)
OnNotify
Definition lhaztabcontent_sd.cpp:549
void DispStsBar(void)
DispStsBar
Definition lhaztabcontent_sd.cpp:110
void OnIncrementalSearch(LPARAM lParam)
OnIncrementalSearch
Definition lhaztabcontent_sd.cpp:445
void OnSelDirExtract(int idx, const MYSTR &tempdir)
OnSelDirExtract
Definition lhaztabcontent_sd.cpp:623
MYSTR MakeTempDir(const MYSTR &dir)
MakeTempDir
Definition lhaztabcontent_sd.cpp:162
void PopupMenuOnFile(int idx, const MYSTR &destdir, const MYSTR &tempdir)
PopupMenuOnFile
Definition lhaztabcontent_sd.cpp:697
void OnDropFiles(const std::vector< WSTR > &files, const PATH &tempname)
OnDropFiles
Definition lhaztabcontent_sd.cpp:276
void OnRefreshDone(void)
OnRefreshDone
Definition lhaztabcontent_sd.cpp:602
static gui::LVCOLM Columns[]
Definition lhaztabcontent_sd.h:29
void OnEnter(const PATH &tempdir)
ENTER押下時処理
Definition lhaztabcontent_sd.cpp:341
void OnExtHistory(int idx, UINT ret, const MYSTR &tempdir)
OnExtHistory
Definition lhaztabcontent_sd.cpp:411
void OnExtRegistered(int idx, UINT ret, const MYSTR &tempdir)
OnExtRegistered
Definition lhaztabcontent_sd.cpp:435
void OnCreateFolder(void)
OnCreateFolder
Definition lhaztabcontent_sd.cpp:197
void OnTrash(void)
OnTrash
Definition lhaztabcontent_sd.cpp:642
MYSKYDRIVE * m_skydrive
Definition lhaztabcontent_sd.h:53
bool OnDownload(const MYSTR &destdir, bool decryption, bool opendest)
OnDownload
Definition lhaztabcontent_sd.cpp:225
LHAZTABCONTENT_SD(void)
Default constructor
Definition lhaztabcontent_sd.cpp:44
void OnRefresh(void)
OnRefresh
Definition lhaztabcontent_sd.cpp:580
void PopupMenu(void)
PopupMenu
Definition lhaztabcontent_sd.cpp:657
void OnListview(WPARAM wParam, LPARAM lParam, const MYSTR &destdir, const MYSTR &tempdir)
OnListview
Definition lhaztabcontent_sd.cpp:498
void OnSelChange(void)
OnSelChange
Definition lhaztabcontent_sd.cpp:611
void OnItemChanged(LPARAM lParam)
OnItemChanged
Definition lhaztabcontent_sd.cpp:478
void OnExtMydoc(int idx, const MYSTR &tempdir)
OnExtMydoc
Definition lhaztabcontent_sd.cpp:421
void SetColumn(HMENU menu, int sortkind, int sortrev)
SetColumn
Definition lhaztabcontent_sd.cpp:891
void OnEnterArchive(LHAZFILE_SD *file, const MYSTR &tempdir)
OnEnterArchive
Definition lhaztabcontent_sd.cpp:397
Definition lhaztabcontent.h:32
TYPE
Definition lhaztabcontent.h:34
リストビューで用いるカラム.
Definition lhazcol.h:23