HelpDownloadParam Class Reference

File Download param, download a file in the OpMenuImport::Do(). Download operation parameter structure - passes the minimum necessary information to the Op. More...

#include <helpdownload.h>

Inheritance diagram for HelpDownloadParam:

DownloadOpParam OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 HelpDownloadParam ()
 Default constructor. Do nothing.
 ~HelpDownloadParam ()
 Destructor. Do nothing.

Public Attributes

PathName m_pathDestination
String_16 m_strResourceType
COleDateTime m_date
IXMLDOMDocumentPtr m_pIndexDoc
IXMLDOMNodePtr m_pOptionNode

Detailed Description

File Download param, download a file in the OpMenuImport::Do(). Download operation parameter structure - passes the minimum necessary information to the Op.

Author:
Phil_Martin (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/04/2004

Definition at line 124 of file helpdownload.h.


Constructor & Destructor Documentation

HelpDownloadParam::HelpDownloadParam  ) 
 

Default constructor. Do nothing.

Author:
Phil_Martin (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/04/2004
Parameters:
[INPUTS] 
Returns:

Errors:

Definition at line 223 of file helpdownload.cpp.

00224 {
00225     PathName pathTemp = FileUtil::GetTemporaryPathName();
00226     file = pathTemp.GetPath();
00227     m_pIndexDoc = NULL;
00228 }

HelpDownloadParam::~HelpDownloadParam  ) 
 

Destructor. Do nothing.

Author:
Phil_Martin (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/04/2004
Parameters:
[INPUTS] 
Returns:

Errors:

Definition at line 243 of file helpdownload.cpp.

00244 {
00245 //  m_pIndexDoc is a smart ptr, doesn't need to be NULLed
00246 }


Member Data Documentation

COleDateTime HelpDownloadParam::m_date
 

Definition at line 133 of file helpdownload.h.

PathName HelpDownloadParam::m_pathDestination
 

Definition at line 131 of file helpdownload.h.

IXMLDOMDocumentPtr HelpDownloadParam::m_pIndexDoc
 

Definition at line 134 of file helpdownload.h.

IXMLDOMNodePtr HelpDownloadParam::m_pOptionNode
 

Definition at line 135 of file helpdownload.h.

String_16 HelpDownloadParam::m_strResourceType
 

Definition at line 132 of file helpdownload.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:55:07 2007 for Camelot by  doxygen 1.4.4