#include "stdafx.h"#include "FdmApp.h"Go to the source code of this file.
Classes | |
| union | BmpColor |
Functions | |
| BmpColor | MixColor (BmpColor clr1, BmpColor clr2) |
| void | ConvertBmp32WithAlphaToBmp32WithoutAlpha (CBitmap &bmp, COLORREF clrBk) |
| void | fsGetSystemAppDataFolder (LPSTR pszRes) |
| LPCSTR | fsGetAppDataFolder () |
| CString | fsGetDataFilePath (LPCSTR pszFile) |
| LPCSTR | fsGetFumProgramFilesFolder () |
| CString | vmsGetAppFolder () |
| void | mfcSetForegroundWindow (CWnd *pwnd) |
Variables | |
| char | _szAppDataFolder [MY_MAX_PATH] = "" |
| bool | _bNeedRecalcAppDataFolder = false |
| CFdmApp | theApp |
| void ConvertBmp32WithAlphaToBmp32WithoutAlpha | ( | CBitmap & | bmp, | |
| COLORREF | clrBk | |||
| ) |
Definition at line 36 of file mfchelp.cpp.
References BmpColor::clr, simple_client::h, MixColor(), and NULL.
Referenced by vmsUploadsDllCaller::GetBitmap(), fsPluginMgr::LoadBuiltIn(), CMainFrame::LoadMenuImages(), CMainFrame::LoadToolImages(), and CMainFrame::OnCreate().
| LPCSTR fsGetAppDataFolder | ( | ) |
Definition at line 104 of file mfchelp.cpp.
References _App, _bNeedRecalcAppDataFolder, _szAppDataFolder, fsAppSettings::DataFolder(), FALSE, fsGetSystemAppDataFolder(), and IS_PORTABLE_MODE.
Referenced by fsGetDataFilePath(), CPrg_Data::OnApply(), and CFdmApp::RegisterServer().
| CString fsGetDataFilePath | ( | LPCSTR | pszFile | ) |
Definition at line 136 of file mfchelp.cpp.
References _szAppDataFolder, fsBuildPathToFile(), fsGetAppDataFolder(), and TRUE.
Referenced by fsUpdateMgr::CheckForUpdate(), CMainFrame::DisplayBanner(), vmsUploadsDllCaller::GetDataFilePath(), CFdmApp::InitInstance(), fsWebPageDownloadsMgr::Load(), fsDownloadRegSaver::Load(), vmsDownloadsGroupsMgr::LoadFromDisk(), fsDownloadsHistoryMgr::LoadHistory(), CFdmApp::LoadHistory(), CSitesWnd::LoadSites(), vmsMediaConvertMgr::LoadState(), vmsBtSupport::LoadState(), fsDownloadsMgr::LoadStateInformation(), CShedulerWnd::LoadTasks(), fsUpdateMgr::ProcessUpdateLstFile(), fsWebPageDownloadsMgr::Save(), fsDownloadRegSaver::Save(), fsDownloadsHistoryMgr::SaveHistory(), CFdmApp::SaveHistory(), CShedulerWnd::SaveSchedules(), CFdmApp::SaveSettings(), CSitesWnd::SaveSites(), vmsMediaConvertMgr::SaveState(), vmsBtSupport::SaveState(), fsDownloadsMgr::SaveStateInformation(), vmsDownloadsGroupsMgr::SaveToDisk(), CFDCButton::SetupButton(), and fsUpdateMgr::Update().
| LPCSTR fsGetFumProgramFilesFolder | ( | ) |
Definition at line 157 of file mfchelp.cpp.
References _szPath, and CFdmApp::m_strAppPath.
Referenced by vmsUploadsDllCaller::GetCommonFilesFolder(), CFdmApp::IntegrationSettings(), and CUploadsWnd::LoadFumCoreDll().
| void fsGetSystemAppDataFolder | ( | LPSTR | pszRes | ) |
| void mfcSetForegroundWindow | ( | CWnd * | pwnd | ) |
Definition at line 190 of file mfchelp.cpp.
References fsSetForegroundWindow().
Referenced by CDlg_CreateFVDownload::OnInitDialog(), and CCreateDownloadFromTorrentFileDlg::OnInitDialog().
Definition at line 20 of file mfchelp.cpp.
References BmpColor::a, BmpColor::b, BmpColor::g, and BmpColor::r.
Referenced by ConvertBmp32WithAlphaToBmp32WithoutAlpha().
| CString vmsGetAppFolder | ( | ) |
Definition at line 185 of file mfchelp.cpp.
References CFdmApp::m_strAppPath.
Referenced by fsUpdateMgr::StartUpdater().
| bool _bNeedRecalcAppDataFolder = false |
Definition at line 81 of file mfchelp.cpp.
Referenced by fsGetAppDataFolder(), and CPrg_Data::OnApply().
| char _szAppDataFolder[MY_MAX_PATH] = "" |
Definition at line 80 of file mfchelp.cpp.
Referenced by fsGetAppDataFolder(), and fsGetDataFilePath().
Definition at line 184 of file mfchelp.cpp.
1.5.6