Lhaz
|
Main Class [詳解]
#include <lhaz.h>
クラス | |
struct | COMPTYPEMENU |
struct | DIVPARAM |
struct | OPENFILTER |
公開型 | |
enum | { NOTEXTRACTING_MENU , EXTRACTING_MENU } |
enum | STATUS { IDLE , EXTRACTING , EXTRACTING_TREE , COMPRESSING , TESTING , DELETING , EXITING } |
enum | { LHAZWND_WIDTH = 256 , LHAZWND_HEIGHT = 114 , LHAZWND_HEIGHT_MULTI = 128 } |
enum | { WM_DRAGDROP = WM_APP + 100 , LHAZ_COMP_END , LHAZ_DELETE_END , LHAZ_DISP_NAME , LHAZ_EXEC_VIEWER , LHAZ_EXT_END , LHAZ_OLE_EXTRACT , LHAZ_PANEL_SIZE , LHAZ_TEST_END , LHAZ_UPLOADE_COMP , LHAZ_VEXTRACT_END } |
typedef INT_PTR CALLBACK | TDLGPROC(HWND, UINT, WPARAM, LPARAM) |
公開メンバ関数 | |
LHAZ (void) | |
Constructor | |
‾LHAZ (void) | |
Destructor | |
void | AddHistory (const WSTR &name) |
void | AddPassword (const WSTR &pswd) |
bool | Check4GB (ARCHIVE::TYPE type, vector< LHAZPROCFILE > &files) |
bool | CheckOverWriteArc (const WSTR &name) |
void | DisableAccelerator (void) |
void | DispCount (int s, LONGLONG t, bool selected) |
void | DispName (const WSTR &name) |
int | DoOverWrite (const WSTR &name, bool &force, bool &skip) |
bool | DownloadDB (void) const |
bool | DownloadGD (void) const |
bool | DownloadOD (void) const |
void | EnableAccelerator (void) |
void | EnableMenu (int extract) |
HANDLE | ExecViewer (const WSTR &viewer, const WSTR &file) |
ExecViewer | |
void | Exit (void) |
Exit | |
void | ExtractFile (const WSTR &file) |
ExtractFile | |
void | ExtractOle (void) |
ExtractOle | |
void | ExtractView (bool chdirsw) |
ExtractView | |
WSTR | GetArchiveName (const WSTR &curdir, std::vector< LHAZPROCFILE > &files, ARCHIVE::TYPE &type, UINT id) |
const OPENFILTER * | GetCompFilter (void) const |
bool | GetDandD (void) const |
TDLGPROC * | GetDialogPass (void) const |
int | GetError (void) |
HWND | GetHwnd (void) const |
HINSTANCE | GetInstance (void) const |
LHAZEDIT * | GetLhazEdit (void) const |
HWND | GetLVWnd (void) const |
HMENU | GetMenu (void) const |
const TCHAR * | GetPassword (void) |
bool | GetPopChange (void) const |
LHAZPRG * | GetPrgrs (void) const |
bool | GetSelecting (void) const |
LHAZSFX * | GetSfx (void) |
int | GetSortKind (void) |
int | GetSortRev (void) const |
STATUS | GetStatus (void) const |
bool | GetStop (void) const |
LHAZSTS * | GetStsBar (void) const |
LHAZTAB * | GetTab (void) const |
const PATH & | GetTempName (void) const |
bool | GetVerify (void) const |
bool | Init (HINSTANCE hins, LPTSTR lpCmdLine) |
Init | |
bool | MakeExtMember (LONGLONG &ext_total_size) |
MakeExtMember | |
bool | OpenArchive (WSTR name, bool add_or_new, bool rechis=true) |
BOOL | PopupExtMenu (bool view) |
void | Progress (unsigned int) |
void | ProgressAbs (LONGLONG) |
int | Run (void) |
Run | |
bool | SelectFolder (const WSTR &init_dir, WSTR &selected_dir) |
void | SelectLocalTab (void) |
void | SetArchiveName (const WSTR &n) |
void | SetDandD (bool b) |
void | SetDestDir (const WSTR &s) |
void | SetError (int err) |
void | SetExtIndex (const std::vector< int > &v) |
void | SetFiles (const std::vector< LHAZPROCFILE > &files) |
void | SetLhazEdit (LHAZEDIT *e) |
void | SetMeltedSize (LONGLONG size) |
void | SetPasswordIF (const PASSWORD_IF &p) |
void | SetStatus (STATUS s) |
void | SetStop (bool f) |
void | SetStsBarText (const WSTR &mes) |
void | SetTotalSize (LONGLONG size) |
void | SetWindowTextSub (bool fullpath, const WSTR &p) |
void | ShowProgressBar (bool b) |
void | UpdateShell (bool, const WSTR &p) |
静的公開メンバ関数 | |
static void | CompressThread (void *param) |
static void | ExtractGrepThread (void *param) |
static void | ExtractViewThread (void *param) |
ExtractViewThread | |
static INT_PTR CALLBACK | DialogEncPass (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogZipEncPass (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogSFX (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static UINT_PTR CALLBACK | OFNHookProcComp (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
静的公開変数類 | |
static const TCHAR | LHAZVER [] = _T("Lhaz") |
static const TCHAR | LHAZREG [] = _T("Software¥¥Chitora¥¥Lhaz¥¥Output") |
static const TCHAR | BZ2EXT [] |
static const TCHAR | CABEXT [] = _T(".cab") |
static const TCHAR | GZIPEXT [] |
static const TCHAR | LZ4EXT [] = _T(".lz4") |
static const TCHAR | LZHEXT [] = _T(".lzh") |
static const TCHAR | RAREXT [] |
static const TCHAR | SZIPEXT [] |
static const TCHAR | TAREXT [] |
static const TCHAR | TBZEXT [] |
static const TCHAR | TGZEXT [] |
static const TCHAR | TXZEXT [] |
static const TCHAR | XZEXT [] |
static const TCHAR | LZMAEXT [] |
static const TCHAR | ZIPEXT [] = _T(".zip") |
static const TCHAR | ZSTDEXT [] |
static const TCHAR | LHAZARCHIVELZH [] = _T("LhazArchive") |
static const TCHAR | LHAZARCHIVEZIP [] = _T("LhazArchiveZip") |
static const TCHAR | LHAZARCHIVECAB [] = _T("LhazArchiveCab") |
static const TCHAR | LHAZARCHIVETGZ [] |
static const TCHAR | LHAZARCHIVETAR [] |
static const TCHAR | LHAZARCHIVEGZIP [] |
static const TCHAR | LHAZARCHIVETBZ [] |
static const TCHAR | LHAZARCHIVEBZ2 [] |
static const TCHAR | LHAZARCHIVERAR [] |
static const TCHAR | LHAZARCHIVE7ZIP [] |
static const TCHAR | LHAZARCHIVEXZ [] |
static const TCHAR | LHAZARCHIVETXZ [] |
static const TCHAR | DROPBOX_KEY [] = _T("52x02md9u6jpy49") |
static const TCHAR | DROPBOX_SECRET [] = _T("6f7ipsuivket42h") |
static const TCHAR | GOOGLEDRIVE_KEY [] = _T("255524746649.apps.googleusercontent.com") |
static const TCHAR | GOOGLEDRIVE_SECRET [] = _T("Eu5MeJFmtsZ1fMouzEXKJ35c") |
static const TCHAR | ONEDRIVE_CLIENT_ID [] = _T("336d9bc4-4dbb-4465-9538-4757f3316466") |
非公開型 | |
enum | { LHAZLVNOSELECT , LHAZLVSELECT } |
enum | { e_LHAZ_HPANEL_DX = 194 } |
enum | { LHAZVIEWERMENU = IDM_VIEW_ACC1 } |
enum | SMENUPOS { LHAZARCHISTPOS = 4 , LHAZVIEWERINSPOS = 12 , LHAZLISTPOS = 3 } |
enum | STARTKEY { NON , CONTROL } |
enum | MODE { SINGLE , MULTI } |
非公開メンバ関数 | |
MYCRACKERDEF (OnActivate) | |
MYCRACKERDEF (OnClose) | |
MYCRACKERDEF (OnCommand) | |
MYCRACKERDEF (OnCompEnd) | |
MYCRACKERDEF (OnCreate) | |
MYCRACKERDEF (OnDeleteEnd) | |
MYCRACKERDEF (OnDestroy) | |
MYCRACKERDEF (OnDpiChanged) | |
MYCRACKERDEF (OnDropFiles) | |
MYCRACKERDEF (OnDispName) | |
MYCRACKERDEF (OnExecViewer) | |
MYCRACKERDEF (OnExtEnd) | |
MYCRACKERDEF (OnTestEnd) | |
MYCRACKERDEF (OnUploadComp) | |
MYCRACKERDEF (OnNotify) | |
MYCRACKERDEF (OnPanelSize) | |
MYCRACKERDEF (OnQueryEndSession) | |
MYCRACKERDEF (OnSettingChange) | |
MYCRACKERDEF (OnSize) | |
MYCRACKERDEF (OnSyscommand) | |
MYCRACKERDEF (OnVExtEnd) | |
void | OnAllClear (HWND hWnd) |
void | OnChangeTab (WPARAM wParam) |
void | OnClose (void) |
void | OnClose (HTREEITEM hitem) |
void | OnCompress (void) |
void | OnConvert (void) |
void | OnCopyName (void) |
void | OnCreateExtract (void) |
void | OnCreateCompress (void) |
void | OnDecryptFiles (void) |
void | OnDelete (void) |
void | OnEncryptFiles (void) |
void | OnExtractHere (HWND) |
void | OnFind (void) |
void | OnFindMsg (HWND hwnd, LPFINDREPLACE fr) |
void | OnGrep (void) |
void | OnHelp (void) |
void | OnListOut (void) |
void | OnListMake (void) |
void | OnListProc (UINT id) |
void | OnMovePane (void) |
int | OnNotifyTab (HWND hWnd, WPARAM wParam, LPARAM lPAram) |
void | OnOpen (bool add_or_new) |
void | OnOpenFolder (void) |
void | OnOption (void) |
void | OnRefresh (void) |
void | OnSelectAll (void) |
bool | OnSelectFolderAndExtract (HWND hWnd) |
void | OnTest (void) |
OnTest | |
void | OnTreeView (LPARAM lParam) |
OnTreeView | |
void | OnTreeViewRClick (LPARAM lParam) |
OnTreeViewRClick | |
void | OnUp (void) |
OnUp | |
bool | OnUpload (ARCHIVE::TYPE type, bool encryption) |
OnUpload | |
void | OnVersionUp (void) |
アップデートの確認 | |
void | OnView (WPARAM) |
bool | Extract (HWND hwnd) |
Extract | |
bool | ExtractDescendant (HTREEITEM hitem) |
ExtractDescendant | |
bool | Compress (ARCHIVE::TYPE type, UINT id) |
bool | KobetuCompress (UINT id) |
bool | RegetFiles (void) |
bool | RecursiveKobetuComp (const WSTR &dir) |
void | View (void) |
View | |
void | AddViewer (HMENU smenu, int start, int key) |
bool | ChangeDir (const WSTR &archive, bool mkdir, const WSTR &onedir) |
void | ChangeDirErr (const WSTR &dir) |
ChangeDirErr | |
void | ChangeMenuDestDirs (void) |
void | ChangeMenuFilters (void) |
bool | CheckDiskSpace (const WSTR &dir, LONGLONG extract_size) |
void | CheckFilterMenu (int idx) |
bool | CheckName (HWND hwnd, const TCHAR *name) |
void | CheckQuickOption (void) |
void | CheckShowTreeView (void) |
HWND | CreateWindowExDpi (DWORD dwExStyle, LPCTSTR lpClassName, LPCTSTR lpWindowName, DWORD dwStyle, int X, int Y, int nWidth, int nHeight, HWND hWndParent, HMENU hMenu, HINSTANCE hInstance, LPVOID lpParam) |
bool | DecryptFiles (const std::vector< WSTR > &infiles, std::vector< WSTR > &outfiles) |
void | DeleteDigit (TCHAR *buf) |
DeleteDigit | |
void | DeleteViewer (void) |
unsigned long | DialogDivGetDivSize (HWND hwnd) |
void | DialogDivSub (HWND, unsigned long, LONGLONG total) |
void | DispDiskFree (WSTR &mes) |
void | DispStsBar (void) |
void | EnableListFilesMenu (bool ext_sel, bool comp) |
bool | EncryptAndUpload (ARCHIVE::TYPE type, bool encryption, const std::vector< WSTR > &files) |
bool | EncryptFiles (const std::vector< WSTR > &infiles, std::vector< WSTR > &outfiles) |
void | ExecFolder (const WSTR &dir) |
void | Filt (void) |
void | Filt2 (int treefolder) |
ARCHIVE * | GetActiveArchive (void) const |
bool | GetCmdLine (LPCTSTR lpCmdLine) |
HRESULT | GetComCtlVersion (LPDWORD pdwMajor, LPDWORD pdwMinor) |
WSTR | GetCompArcName (const WSTR &name, const WSTR ®ex, ARCHIVE::TYPE type) |
void | GetDirFileList (const WSTR &, std::vector< WSTR > &) |
LONGLONG | GetDirSize (const WSTR &dir) const |
WSTR | GetExeName (void) |
void | GetFont (void) |
WSTR | GetLFN (const WSTR &p) |
WSTR | GetPresetPassword (void) |
WSTR | GetRandomPassword (void) |
WSTR | GetResourceName (void) |
HIMAGELIST | GetSystemImageList (void) |
LONGLONG | GetTotalSize (void) const |
ARCHIVE::TYPE | GetType (void) const |
WSTR | GetViewerDispName (const WSTR &viewer) |
void | Grep (void) |
void | GrepExtract (void) |
int | HasDirZip (void) |
bool | HasUnicodeName (void) |
bool | IsAbleToKobetuComp (void) |
bool | IsDeskTopDir (const WSTR &dir) |
bool | IsZip (void) const |
bool | ListProcCompress (UINT id) |
bool | ListProcGetListFile (const WSTR &filename, std::vector< WSTR > &files) |
void | ListProcSelect (UINT id) |
void | MakePopupExtMenu (HMENU menu) |
void | MakeTemp (void) |
HWND | MakeToolbar (HWND parent) |
void | OpenArchiveSub (bool rechis=true) |
void | OpenCmpFolder (void) |
void | OpenExtFolder (void) |
bool | ParseAtom (const MYBUF &buf, WSTR &version) |
BOOL | PopupCompMenu (HWND hwnd, bool view) |
BOOL | PopupHeaderContents (void) |
BOOL | PopupQuickOption (void) |
void | RemakeListFilesMenu (void) |
void | SetWindowText (bool fullpath) |
void | ShowTreeView (bool show) |
void | UnInstall (void) |
静的非公開メンバ関数 | |
static void | Div (void *param) |
static void | ExtractThread (void *dummy) |
ExtractThread | |
static void | TestThread (void *dummy) |
TestThread | |
static void | KobetuCompressThread (void *param) |
static void | DeleteThread (void *param) |
static int CALLBACK | BrowseCallbackComp (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) |
static int CALLBACK | BrowseCallbackExtDir (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) |
static int CALLBACK | BrowseCallbackGD (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) |
static int CALLBACK | BrowseCallbackNow (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) |
static int CALLBACK | BrowseCallbackTemp (HWND hwnd, UINT uMsg, LPARAM lParam, LPARAM lpData) |
static INT_PTR CALLBACK | DialogAcount (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogCompFormat (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogDiv (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogEditCompPopup (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
圧縮ポップアップメニュー設定ダイアログコールバック | |
static INT_PTR CALLBACK | DialogExtDirCnf (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogGrep (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogListMake (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogListOut (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogOverWrite (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogOverWriteArc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogPass (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogVersion (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | DialogViewContents (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageAssoc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageCloud (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageCompress (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
圧縮ページ | |
static INT_PTR CALLBACK | PageExtract (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageGeneral (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PagePassword (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageView (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static INT_PTR CALLBACK | PageViewer (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
static LRESULT CALLBACK | LVSubProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
LVSubProc | |
static LRESULT CALLBACK | WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
WndProc | |
静的非公開変数類 | |
static const MYFILE::OPENFILTER | m_all_filter [] |
static const TCHAR | LHAZCLS [] = _T("LHAZCLASS") |
static const TCHAR | LHAZRES [] = _T("LhazResource") |
static const TCHAR | SFXEXT [] = _T(".exe") |
static const TCHAR | HLPEXT [] = _T("hlp") |
static const TCHAR | DLLEXT [] = _T("dll") |
static const TBBUTTON | GpButtons [18] |
static const TCHAR | EXEOPEN [] = _T("open") |
static const TCHAR | EXPLORE [] = _T("explore") |
static const OPENFILTER | OpenFilter [] |
static const OPENFILTER | CompFilter [] |
static const COMPTYPEMENU | CompTypeMenu [] |
static const TCHAR | HELPURL [] = _T("https://www.chitora.com/lhaz/lhazhelp.html") |
static const TCHAR | LHAZATOMURL [] = _T("https://www.chitora.com/atom.xml") |
static const TCHAR | LHAZVERNUM [] = _T("2.6.1") |
static const TCHAR | LHAZURL [] = _T("https://www.chitora.com/") |
Main Class
typedef INT_PTR CALLBACK LHAZ::TDLGPROC(HWND, UINT, WPARAM, LPARAM) |
anonymous enum |
|
private |
|
private |
|
private |
enum LHAZ::STATUS |
LHAZ::LHAZ | ( | void | ) |
Constructor
LHAZ::‾LHAZ | ( | void | ) |
Destructor
void LHAZ::AddHistory | ( | const WSTR & | name | ) |
void LHAZ::AddPassword | ( | const WSTR & | pswd | ) |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
ChangeDirErr
|
private |
|
private |
bool LHAZ::Check4GB | ( | ARCHIVE::TYPE | type, |
vector< LHAZPROCFILE > & | files | ||
) |
|
private |
|
private |
|
private |
CreateWindowExDpi
GetExeName
GetFont
GetPresetPassword
GetRandomPassword
GetResourceName
圧縮形式がZIPか?
ParseAtom
解凍先・閲覧選択ポップアップメニュー
SetStsBarText
bool LHAZ::CheckOverWriteArc | ( | const WSTR & | name | ) |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
DeleteDigit
|
staticprivate |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
staticprivate |
圧縮ポップアップメニュー設定ダイアログコールバック
|
static |
|
staticprivate |
|
staticprivate |
grep文字列入力ダイアログコールバック
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
static |
|
staticprivate |
|
staticprivate |
|
static |
|
inline |
void LHAZ::DispCount | ( | int | s, |
LONGLONG | t, | ||
bool | selected | ||
) |
|
private |
void LHAZ::DispName | ( | const WSTR & | name | ) |
|
private |
|
staticprivate |
bool LHAZ::DownloadDB | ( | void | ) | const |
bool LHAZ::DownloadGD | ( | void | ) | const |
bool LHAZ::DownloadOD | ( | void | ) | const |
|
inline |
void LHAZ::EnableMenu | ( | int | extract | ) |
|
private |
|
private |
|
private |
HANDLE LHAZ::ExecViewer | ( | const WSTR & | viewer, |
const WSTR & | file | ||
) |
ExecViewer
void LHAZ::Exit | ( | void | ) |
Exit
|
private |
Extract
|
private |
ExtractDescendant
void LHAZ::ExtractFile | ( | const WSTR & | file | ) |
ExtractFile
|
static |
¥brief grep解凍スレッド
void LHAZ::ExtractOle | ( | void | ) |
ExtractOle
|
staticprivate |
ExtractThread
void LHAZ::ExtractView | ( | bool | chdirsw | ) |
ExtractView
|
static |
ExtractViewThread
|
private |
|
private |
|
private |
WSTR LHAZ::GetArchiveName | ( | const WSTR & | curdir, |
std::vector< LHAZPROCFILE > & | files, | ||
ARCHIVE::TYPE & | type, | ||
UINT | id | ||
) |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
inline |
|
private |
|
private |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
private |
|
private |
|
inline |
|
inline |
int LHAZ::GetSortKind | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
|
inline |
|
private |
|
private |
|
inline |
|
private |
|
private |
grep処理
|
private |
¥brief grep時解凍処理
|
private |
|
private |
bool LHAZ::Init | ( | HINSTANCE | hins, |
LPTSTR | lpCmdLine | ||
) |
Init
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
staticprivate |
LVSubProc
bool LHAZ::MakeExtMember | ( | LONGLONG & | ext_total_size | ) |
MakeExtMember
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
OnTest
|
private |
OnTreeView
|
private |
OnTreeViewRClick
|
private |
OnUp
|
private |
OnUpload
|
private |
アップデートの確認
[その他]-[アップデートの確認]
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
圧縮ページ
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
BOOL LHAZ::PopupExtMenu | ( | bool | view | ) |
|
private |
|
private |
void LHAZ::Progress | ( | unsigned int | ) |
void LHAZ::ProgressAbs | ( | LONGLONG | ) |
|
private |
|
private |
|
private |
int LHAZ::Run | ( | void | ) |
Run
bool LHAZ::SelectFolder | ( | const WSTR & | init_dir, |
WSTR & | selected_dir | ||
) |
void LHAZ::SelectLocalTab | ( | void | ) |
|
inline |
|
inline |
|
inline |
|
inline |
void LHAZ::SetExtIndex | ( | const std::vector< int > & | v | ) |
|
inline |
|
inline |
void LHAZ::SetMeltedSize | ( | LONGLONG | size | ) |
|
inline |
|
inline |
|
inline |
void LHAZ::SetStsBarText | ( | const WSTR & | mes | ) |
void LHAZ::SetTotalSize | ( | LONGLONG | size | ) |
|
private |
void LHAZ::SetWindowTextSub | ( | bool | fullpath, |
const WSTR & | p | ||
) |
void LHAZ::ShowProgressBar | ( | bool | b | ) |
|
private |
|
staticprivate |
TestThread
|
private |
void LHAZ::UpdateShell | ( | bool | , |
const WSTR & | p | ||
) |
|
private |
View
|
staticprivate |
WndProc
|
private |
|
private |
|
static |
|
static |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
static |
|
static |
|
private |
|
staticprivate |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
private |
|
staticprivate |
|
private |
|
static |
|
private |
|
staticprivate |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
staticprivate |
|
staticprivate |
|
private |
|
static |
|
staticprivate |
|
staticprivate |
|
static |
|
staticprivate |
|
private |
|
private |
|
private |
|
static |
|
static |
|
static |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
static |
|
private |
|
static |
|
static |
|
private |
|
static |
|
private |
|
private |
|
private |
|
static |
|
private |
|
private |
|
static |
|
static |
|
static |