D:/opendownloadmanager/ODM-1.x/DownloadsWnd.h File Reference

#include "fsClipboardCatchMgr.h"
#include "Downloads_Groups.h"
#include "WndSplitter.h"
#include "Downloads_Downloads.h"
#include "list.h"
#include "fsDownloadRegSaver.h"
#include "fsDownloadsMgr.h"
#include "fsIECatchMgr.h"
#include "plugins.h"
#include "fsMutex.h"
#include "Downloads_History.h"
#include "Downloads_Deleted.h"
#include "fsFindDownloadMgr.h"

Go to the source code of this file.

Classes

struct  vmsDWCD_AdditionalParameters
class  CDownloadsWnd

Defines

#define AFX_DOWNLOADSWND_H__9DDD9136_96AD_4BBB_A7DE_852EED3847E3__INCLUDED_
#define DWCDAP_GROUP   1
#define DWCDAP_FLAGS   2
#define DWCDAP_COOKIES   4
#define DWCDAP_POSTDATA   8
#define DWCDAP_FILENAME   16
#define DWCDAP_MEDIA_CONVERT_SETTINGS   32
#define DWDCDAP_F_SAVETODESKTOP   (1 << 0)
#define DWDCDAP_F_SAVETOTEMPFLDR   (1 << 1)
#define DWDCDAP_F_DELWHENDONE   (1 << 2)
#define DWDCDAP_F_IGNOREALLRESTRICTS   (1 << 3)
#define DWDCDAP_F_PLACETOTOP   (1 << 4)
#define DWDCDAP_F_NOGRPAUTOCHANGE   (1 << 5)
#define DWDCDAP_F_SETFOCUSTOOKBTN   (1 << 6)
#define DWDCDAP_F_NO_UI   (1 << 7)
#define DWDCDAP_F_FORCEAUTOSTART   (1 << 8)
#define DWDCDAP_F_DISABLEMALICIOUSCHECK   (1 << 9)
#define DWDCDAP_F_DONTCHECKURLALREADYEXISTS   (1 << 10)
#define DWDCDAP_F_FLASHVIDEODOWNLOAD   (1 << 11)
#define DWCD_NOFORCEAUTOLAUNCH   ((DWORD) -1)
#define DWCD_FORCEAUTOLAUNCH_NOCONF   ((DWORD)0)
#define DWCD_FORCEAUTOLAUNCH   ((DWORD)1)
#define WM_DW_CREATEDLDDIALOG   (WM_APP+1000)
#define WM_DW_CLOSEDLDDIALOG   (WM_APP+1001)
#define WM_DW_UPDATEDLDDIALOG   (WM_APP+1002)
#define WM_DLD_SHOWOPINIONS   (WM_APP+1003)
#define WM_DLD_CONVERT_MEDIA   (WM_APP+1004)

Enumerations

enum  fsDLsWndWhatIsNow { DWWN_LISTOFDOWNLOADS, DWWN_HISTORY, DWWN_DELETED }

Variables

CDownloadsWnd_pwndDownloads


Define Documentation

#define AFX_DOWNLOADSWND_H__9DDD9136_96AD_4BBB_A7DE_852EED3847E3__INCLUDED_

Definition at line 7 of file DownloadsWnd.h.

#define DWCD_FORCEAUTOLAUNCH   ((DWORD)1)

Definition at line 78 of file DownloadsWnd.h.

#define DWCD_FORCEAUTOLAUNCH_NOCONF   ((DWORD)0)

Definition at line 76 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWCD_NOFORCEAUTOLAUNCH   ((DWORD) -1)

#define DWCDAP_COOKIES   4

#define DWCDAP_FILENAME   16

#define DWCDAP_FLAGS   2

#define DWCDAP_GROUP   1

#define DWCDAP_MEDIA_CONVERT_SETTINGS   32

#define DWCDAP_POSTDATA   8

#define DWDCDAP_F_DELWHENDONE   (1 << 2)

Definition at line 53 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWDCDAP_F_DISABLEMALICIOUSCHECK   (1 << 9)

#define DWDCDAP_F_DONTCHECKURLALREADYEXISTS   (1 << 10)

#define DWDCDAP_F_FLASHVIDEODOWNLOAD   (1 << 11)

#define DWDCDAP_F_FORCEAUTOSTART   (1 << 8)

#define DWDCDAP_F_IGNOREALLRESTRICTS   (1 << 3)

Definition at line 55 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWDCDAP_F_NO_UI   (1 << 7)

#define DWDCDAP_F_NOGRPAUTOCHANGE   (1 << 5)

Definition at line 59 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWDCDAP_F_PLACETOTOP   (1 << 4)

Definition at line 57 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWDCDAP_F_SAVETODESKTOP   (1 << 0)

#define DWDCDAP_F_SAVETOTEMPFLDR   (1 << 1)

Definition at line 51 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::CreateDownload(), and CDlg_Unpack_InstAddPack::OnOK().

#define DWDCDAP_F_SETFOCUSTOOKBTN   (1 << 6)

#define WM_DLD_CONVERT_MEDIA   (WM_APP+1004)

Definition at line 85 of file DownloadsWnd.h.

Referenced by fsDownloadsMgr::OnDownloadStoppedOrDone().

#define WM_DLD_SHOWOPINIONS   (WM_APP+1003)

Definition at line 84 of file DownloadsWnd.h.

Referenced by fsDownloadMgr::CheckIfMalicious().

#define WM_DW_CLOSEDLDDIALOG   (WM_APP+1001)

#define WM_DW_CREATEDLDDIALOG   (WM_APP+1000)

#define WM_DW_UPDATEDLDDIALOG   (WM_APP+1002)

Definition at line 82 of file DownloadsWnd.h.

Referenced by CDownloadsWnd::_Events().


Enumeration Type Documentation

Enumerator:
DWWN_LISTOFDOWNLOADS 
DWWN_HISTORY 
DWWN_DELETED 

Definition at line 27 of file DownloadsWnd.h.


Variable Documentation

Definition at line 41 of file DownloadsWnd.cpp.


Generated on Sun May 25 00:19:47 2008 by  doxygen 1.5.6