|
Lhaz
|
#include <lhaztab.h>
クラス | |
| struct | NOTIFY_IF |
公開型 | |
| enum | TABCLASS { TAB_CLASS_LOCAL , TAB_CLASS_CLOUD , TAB_CLASS_MIX , TAB_CLASS_MAX } |
| enum | TABTYPE { TAB_TYPE_ARCHIVE , TAB_TYPE_GD , TAB_TYPE_OD , TAB_TYPE_DB , TAB_TYPE_AD , TAB_TYPE_MAX } |
| enum | { e_LHAZ_HPANEL_DX = 194 } |
公開メンバ関数 | |
| LHAZTAB (HINSTANCE hins, HWND parent, int wID, bool hastreeview, int panel_mes, HMENU menu, int sortkind, bool sortrev, HIMAGELIST himage, vector< WSTR > &filters, HFONT font, LHAZSTS *stsbar) | |
| Constructor | |
| ‾LHAZTAB (void) | |
| Destructor | |
| void | ChangeColumn (void) |
| void | ClearArchive (void) |
| void | CloseArchive (HTREEITEM hitem) |
| void | Compress (vector< LHAZPROCFILE > &compfiles, const MYSTR &curdir) |
| void | DispStsBar (void) |
| bool | DownloadDB (const MYSTR &destdir) const |
| DownloadDB | |
| bool | DownloadGD (const MYSTR &destdir) const |
| DownloadGD | |
| bool | DownloadOD (const MYSTR &destdir) const |
| DownloadOD | |
| ARCHIVE * | GetActiveArchive (void) const |
| ARCHIVES * | GetArchive (void) const |
| TABCLASS | GetClass (void) const |
| GetClass | |
| const MYSTR & | GetLabel (void) const |
| GetLabel | |
| gui::LHAZLISTVIEW * | GetListView (void) const |
| GetListView | |
| gui::LVCOLMS * | GetLvcolms (void) const |
| MYONEDRIVE * | GetOneDrive (void) const |
| GetOneDrive | |
| gui::LHAZTREEVIEW * | GetTreeView (void) const |
| TABTYPE | GetType (void) const |
| void | MoveWindow (int X, int Y, int nWidth, int nHeight, BOOL bRepaint) const |
| void | OnChangeTab (int dir) |
| void | OnCompress (void) |
| void | OnDropFiles (const vector< WSTR > &files, const PATH &tempname) |
| void | OnEnter (const PATH &tempdir) |
| void | OnMovePane (void) |
| int | OnNotify (HWND hWnd, WPARAM wParam, LPARAM lParam, const NOTIFY_IF &nif) |
| void | OnPanelSize (WPARAM wParam, LPARAM lParam) |
| void | OnRefresh (void) |
| void | OnUp (void) |
| void | OutputList (const MYSTR &file, LHAZLIST::FORMAT format, bool csv, bool count, const MYSTR &countfile) |
| 書庫内容出力 | |
| void | Select (TABTYPE type) |
| void | SetSizeText (int kb_b) |
| void | Show (void) const |
| void | Sort (WPARAM wParam) |
| void | SortRev (void) |
| void | ShowTreeView (bool show) |
| bool | UploadFiles (TABTYPE tab, const vector< WSTR > &files) |
| UploadFiles | |
非公開メンバ関数 | |
| void | OnSelChange (void) |
非公開変数類 | |
| vector< LHAZTABCONTENT * > | Contents |
| HINSTANCE | Instance |
| enum LHAZTAB::TABCLASS |
| enum LHAZTAB::TABTYPE |
| LHAZTAB::LHAZTAB | ( | HINSTANCE | hins, |
| HWND | parent, | ||
| int | wID, | ||
| bool | hastreeview, | ||
| int | panel_mes, | ||
| HMENU | menu, | ||
| int | sortkind, | ||
| bool | sortrev, | ||
| HIMAGELIST | himage, | ||
| vector< WSTR > & | filters, | ||
| HFONT | font, | ||
| LHAZSTS * | stsbar | ||
| ) |
Constructor
| LHAZTAB::‾LHAZTAB | ( | void | ) |
Destructor
| void LHAZTAB::ChangeColumn | ( | void | ) |
| void LHAZTAB::ClearArchive | ( | void | ) |
| void LHAZTAB::CloseArchive | ( | HTREEITEM | hitem | ) |
| void LHAZTAB::Compress | ( | vector< LHAZPROCFILE > & | compfiles, |
| const MYSTR & | curdir | ||
| ) |
| void LHAZTAB::DispStsBar | ( | void | ) |
| bool LHAZTAB::DownloadDB | ( | const MYSTR & | destdir | ) | const |
DownloadDB
| bool LHAZTAB::DownloadGD | ( | const MYSTR & | destdir | ) | const |
DownloadGD
| bool LHAZTAB::DownloadOD | ( | const MYSTR & | destdir | ) | const |
DownloadOD
| ARCHIVE * LHAZTAB::GetActiveArchive | ( | void | ) | const |
| ARCHIVES * LHAZTAB::GetArchive | ( | void | ) | const |
| LHAZTAB::TABCLASS LHAZTAB::GetClass | ( | void | ) | const |
GetClass
| const MYSTR & LHAZTAB::GetLabel | ( | void | ) | const |
GetLabel
| LHAZLISTVIEW * LHAZTAB::GetListView | ( | void | ) | const |
GetListView
| LVCOLMS * LHAZTAB::GetLvcolms | ( | void | ) | const |
| MYONEDRIVE * LHAZTAB::GetOneDrive | ( | void | ) | const |
GetOneDrive
| LHAZTREEVIEW * LHAZTAB::GetTreeView | ( | void | ) | const |
| LHAZTAB::TABTYPE LHAZTAB::GetType | ( | void | ) | const |
| void LHAZTAB::MoveWindow | ( | int | X, |
| int | Y, | ||
| int | nWidth, | ||
| int | nHeight, | ||
| BOOL | bRepaint | ||
| ) | const |
| void LHAZTAB::OnChangeTab | ( | int | dir | ) |
| void LHAZTAB::OnCompress | ( | void | ) |
| void LHAZTAB::OnDropFiles | ( | const vector< WSTR > & | files, |
| const PATH & | tempname | ||
| ) |
| void LHAZTAB::OnEnter | ( | const PATH & | tempdir | ) |
| void LHAZTAB::OnMovePane | ( | void | ) |
| int LHAZTAB::OnNotify | ( | HWND | hWnd, |
| WPARAM | wParam, | ||
| LPARAM | lParam, | ||
| const NOTIFY_IF & | nif | ||
| ) |
| void LHAZTAB::OnPanelSize | ( | WPARAM | wParam, |
| LPARAM | lParam | ||
| ) |
| void LHAZTAB::OnRefresh | ( | void | ) |
|
private |
| void LHAZTAB::OnUp | ( | void | ) |
| void LHAZTAB::OutputList | ( | const MYSTR & | file, |
| LHAZLIST::FORMAT | format, | ||
| bool | csv, | ||
| bool | count, | ||
| const MYSTR & | countfile | ||
| ) |
書庫内容出力
書庫内容出力
| [in] | file | 出力ファイル名 |
| [in] | format | 出力フォーマット |
| [in] | csv | CSV形式か否か |
| [in] | count | ライン数を数えるか否か |
| [in] | countfile | ライン数を数えるファイル |
| void LHAZTAB::Select | ( | TABTYPE | type | ) |
| void LHAZTAB::SetSizeText | ( | int | kb_b | ) |
| void LHAZTAB::Show | ( | void | ) | const |
| void LHAZTAB::ShowTreeView | ( | bool | show | ) |
| void LHAZTAB::Sort | ( | WPARAM | wParam | ) |
| void LHAZTAB::SortRev | ( | void | ) |
|
private |
|
private |