#include "stdafx.h"#include "FdmApp.h"#include "EnterKeyDlg.h"#include "fsUrlsToDownloadRegKeyMgr.h"#include "mfchelp.h"#include "SiteManagerSheet.h"#include "MainFrm.h"#include "fsPluginMgr.h"#include "DownloadsWnd.h"#include "ShedulerWnd.h"#include "PrgSheet.h"#include "DialDlg.h"#include "system.h"#include "SitesWnd.h"#include "HFEWnd.h"#include "SpiderWnd.h"#include "inetutil.h"#include "DlgExportDownloads.h"#include "DlgFind.h"#include "Dlg_SpreadHelp2.h"#include "Dlg_TUMChanged.h"#include "Dlg_ShutdownType.h"#include "DlgExportHistory.h"#include "Dlg_ChooseGroup.h"#include "vmsFirefoxMonitoring.h"#include "MyMessageBox.h"#include "Dlg_MakePortableVer.h"#include "FlashVideoDownloadsWnd.h"#include "UploadsWnd.h"Go to the source code of this file.
Defines | |
| #define | WM_TRAYMSG (WM_APP + 100) |
| #define | ID_TUM_CHANGED 36999 |
| #define | ID_SWITCH_TO_START 37000 |
| #define | ID_SWITCH_TO_END (ID_SWITCH_TO_START+100) |
| #define | ID_LNGMENU_START (ID_SWITCH_TO_END+1) |
| #define | ID_LNGMENU_END (ID_LNGMENU_START+100) |
| #define | ID_THREAD_UPDATE (10000) |
Functions | |
| bool | mainfrm__is_separator (char c) |
Variables | |
| fsPluginMgr | _PluginMgr |
| CDownloadsWnd * | _pwndDownloads |
| CHFEWnd * | _pwndHFE |
| CShedulerWnd * | _pwndScheduler |
| CSitesWnd * | _pwndSites |
| CSpiderWnd * | _pwndSpider |
| static UINT | indicators [] |
| #define ID_LNGMENU_END (ID_LNGMENU_START+100) |
Definition at line 48 of file MainFrm.cpp.
| #define ID_LNGMENU_START (ID_SWITCH_TO_END+1) |
Definition at line 47 of file MainFrm.cpp.
Referenced by CMainFrame::BuildLngMenu(), CMainFrame::OnLngMenu(), and CMainFrame::OnUpdateLngMenu().
| #define ID_SWITCH_TO_END (ID_SWITCH_TO_START+100) |
Definition at line 46 of file MainFrm.cpp.
| #define ID_SWITCH_TO_START 37000 |
Definition at line 45 of file MainFrm.cpp.
Referenced by CMainFrame::BuildSwitchToMenu(), CMainFrame::OnSwitchTo(), and CMainFrame::OnUpdateSwitchTo().
| #define ID_THREAD_UPDATE (10000) |
| #define ID_TUM_CHANGED 36999 |
Definition at line 44 of file MainFrm.cpp.
Referenced by CMainFrame::OnTumHeavy(), CMainFrame::OnTumLight(), and CMainFrame::OnTumMedium().
| #define WM_TRAYMSG (WM_APP + 100) |
| bool mainfrm__is_separator | ( | char | c | ) |
Definition at line 2358 of file MainFrm.cpp.
Referenced by CMainFrame::OnFileImportImportlistofdownloadsfromclipboard().
Definition at line 16 of file PlugToolBar.cpp.
Definition at line 41 of file DownloadsWnd.cpp.
Definition at line 19 of file HFEWnd.cpp.
Definition at line 21 of file ShedulerWnd.cpp.
Definition at line 25 of file SitesWnd.cpp.
Definition at line 20 of file SpiderWnd.cpp.
UINT indicators[] [static] |
Initial value:
{
ID_SEPARATOR,
ID_SB_TRAFFIC_THISMONTH,
ID_SB_TOTALSPEED,
}
Definition at line 171 of file MainFrm.cpp.
Referenced by CMainFrame::OnCreate().
1.5.6