GME
13
|
#include <GMEOLEData.h>
Public Member Functions | |
CGMEClosureDataSource (IMgaProject *p) | |
~CGMEClosureDataSource () | |
void | SetTopNodes (IMgaFCOs *objs) |
void | SetTopNodes (IMgaFolders *objs) |
void | SetOptions (long l) |
void | SetAbsPathPart (const CComBstrObj &path) |
void | SetAcceptingKinds (const CComBstrObj &acceptingkinds) |
Protected Member Functions | |
virtual BOOL | OnRenderFileData (LPFORMATETC lpFormatEtc, CFile *pFile) |
Protected Attributes | |
CComPtr< IUnknown > | m_topFcos |
CComPtr< IUnknown > | m_topFolders |
long | m_options |
CComBstrObj | m_absPathPart |
CComBstrObj | m_acceptingKinds |
Definition at line 106 of file GMEOLEData.h.
CGMEClosureDataSource::CGMEClosureDataSource | ( | IMgaProject * | p | ) | [inline] |
Definition at line 109 of file GMEOLEData.h.
CGMEClosureDataSource::~CGMEClosureDataSource | ( | ) | [inline] |
Definition at line 111 of file GMEOLEData.h.
BOOL CGMEClosureDataSource::OnRenderFileData | ( | LPFORMATETC | lpFormatEtc, |
CFile * | pFile | ||
) | [protected, virtual] |
Reimplemented from CGMEDataSource.
Definition at line 441 of file GMEOLEData.cpp.
void CGMEClosureDataSource::SetAbsPathPart | ( | const CComBstrObj & | path | ) | [inline] |
Definition at line 124 of file GMEOLEData.h.
void CGMEClosureDataSource::SetAcceptingKinds | ( | const CComBstrObj & | acceptingkinds | ) | [inline] |
Definition at line 125 of file GMEOLEData.h.
void CGMEClosureDataSource::SetOptions | ( | long | l | ) | [inline] |
Definition at line 123 of file GMEOLEData.h.
void CGMEClosureDataSource::SetTopNodes | ( | IMgaFCOs * | objs | ) | [inline] |
Definition at line 121 of file GMEOLEData.h.
void CGMEClosureDataSource::SetTopNodes | ( | IMgaFolders * | objs | ) | [inline] |
Definition at line 122 of file GMEOLEData.h.
CComBstrObj CGMEClosureDataSource::m_absPathPart [protected] |
Definition at line 117 of file GMEOLEData.h.
CComBstrObj CGMEClosureDataSource::m_acceptingKinds [protected] |
Definition at line 118 of file GMEOLEData.h.
long CGMEClosureDataSource::m_options [protected] |
Definition at line 116 of file GMEOLEData.h.
CComPtr<IUnknown> CGMEClosureDataSource::m_topFcos [protected] |
Definition at line 114 of file GMEOLEData.h.
CComPtr<IUnknown> CGMEClosureDataSource::m_topFolders [protected] |
Definition at line 115 of file GMEOLEData.h.