SYMBOL INDEX (35 symbols across 19 files) FILE: generator/AdvEdit.h function class (line 7) | class CAdvEdit : public CEdit FILE: generator/ClipboardHelper.cpp function CopyStringToClipboard (line 4) | void CopyStringToClipboard(CString& str, HWND hWnd) { FILE: generator/DPISupport.h function namespace (line 6) | namespace DPISupport { FILE: generator/FileItem.cpp function CString (line 31) | CString CFileItem::GetSizeString() const function CString (line 56) | CString CFileItem::BDLink() const function CString (line 84) | CString CFileItem::DownloadCode() const FILE: generator/FileItem.h function class (line 2) | class CFileItem FILE: generator/Hasher.cpp function CString (line 68) | CString* Hasher::GetHashStr() FILE: generator/Hasher.h function class (line 4) | class Hasher FILE: generator/ListBoxEx.cpp function FileSize (line 296) | uint64_t FileSize(const wchar_t* name) function INT_PTR (line 406) | INT_PTR CListBoxEx::OnToolHitTest(CPoint point, TOOLINFO* pTI) const function BOOL (line 423) | BOOL CListBoxEx::OnToolTipText(UINT id, NMHDR * pNMHDR, LRESULT * pResult) FILE: generator/ListBoxEx.h function ProcType (line 8) | enum class ProcType FILE: generator/ProgressText.cpp function shrink (line 10) | void inline shrink(CRect* rect) { function BOOL (line 168) | BOOL CProgressText::OnEraseBkgnd(CDC* pDC) FILE: generator/ProgressText.h function class (line 5) | class CProgressText : public CProgressCtrl FILE: generator/appDlg.cpp class CAboutDlg (line 19) | class CAboutDlg : public CDialogEx function BOOL (line 98) | BOOL CAppDlg::OnInitDialog() function HCURSOR (line 186) | HCURSOR CAppDlg::OnQueryDragIcon() function _thread_process_file (line 191) | void WINAPI _thread_process_file(CAppDlg* app) function cb_add_file (line 202) | void cb_add_file(const CString &srcDir, const CString &filename, void* e... function _proc_file_callback (line 235) | void _proc_file_callback(ProcType type, double progress, CFileItem* lpIt... function DWORD (line 359) | DWORD WINAPI _thread_stop_process(void* param) FILE: generator/appDlg.h function class (line 14) | class CAppDlg : public CDialogEx FILE: generator/base64.cpp function wchar_t (line 28) | wchar_t* base64_encode(const unsigned char* src, size_t len) FILE: generator/encoding.cpp function ToUTF8 (line 4) | void ToUTF8(utf8_str& output, wchar_t* input) FILE: generator/encoding.h type utf8_str (line 3) | struct utf8_str { FILE: generator/generator.cpp function BOOL (line 40) | BOOL CApp::InitInstance() FILE: generator/generator.h function class (line 18) | class CApp : public CWinApp FILE: generator/utils.cpp function OldStyleFileDialog (line 4) | std::vector OldStyleFileDialog(const CString& title, HWND hwnd) function OldStyleDirectoryDialog (line 23) | inline std::vector OldStyleDirectoryDialog(CString &title, HWN... function DWORD (line 41) | DWORD OpenFileDialog(CString &title, HWND hWnd, DWORD flag, std::vector<... function OpenDirectoryDialog (line 93) | std::vector OpenDirectoryDialog(CString &title, HWND hWnd) function OpenFileDialog (line 101) | std::vector OpenFileDialog(CString &title, HWND hWnd) function EnumFiles (line 110) | void EnumFiles(const CString& srcDir, bool recursive, f_file_callback cb...