|
Altium C++ SDK 3.0
|
#include <EDP.PCB.AbstractClasses.h>
Public Member Functions | |
| IImporterController * | GetIImporterController () |
| Public Member Functions inherited from CAbstractSupportService | |
| virtual HRESULT __stdcall | QueryInterface (const IID &riid, void **ppvObject) |
| virtual ULONG __stdcall | AddRef (void) |
| virtual ULONG __stdcall | Release (void) |
| IServicesSupportInternal * | GetServicesSupportInternal () |
| Public Member Functions inherited from CDispatchObject | |
| CDispatchObject () | |
| virtual | ~CDispatchObject () |
| IDispatch * | GetIDispatch () |
| Public Member Functions inherited from CDispatchRecord | |
| CDispatchRecord () | |
| virtual HRESULT __stdcall | GetTypeInfoCount (UINT *pctinfo) |
| virtual HRESULT __stdcall | GetTypeInfo (UINT iTInfo, LCID lcid, ITypeInfo **ppTInfo) |
| virtual HRESULT __stdcall | GetIDsOfNames (REFIID riid, LPOLESTR *rgszNames, UINT cNames, LCID lcid, DISPID *rgDispId) |
Protected Member Functions | |
| virtual bool | SupportsService (std::wstring const AServiceName) |
| virtual HRESULT __stdcall | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| virtual std::wstring | Get_Name ()=0 |
| virtual std::wstring | Get_Description ()=0 |
| virtual int | Get_SupportedDocKindCount ()=0 |
| virtual std::wstring | Get_SupportedDocKindName (int AIndex)=0 |
| virtual std::wstring | Get_SupportedDocKindDesc (int AIndex)=0 |
| virtual std::wstring | GetDocKindForDocument (std::wstring const AFilePath)=0 |
| virtual bool | CanImportFile (std::wstring const AFilePath)=0 |
| virtual void | ImportFile (std::wstring const AFilePath)=0 |
| virtual void | GetMinimumSizeForDialog (int *AWidth, int *AHeight)=0 |
| virtual void | DisplayDialog (bool AShowIntro, int AX, int AY, int AWidth, int AHeight)=0 |
| virtual IImporterFile * | CreateImporterFile (std::wstring const AFilePath)=0 |
| virtual bool | IsEnabled ()=0 |
| virtual void | DestroyObject (IImporterObject **AObject)=0 |
Additional Inherited Members | |
| Protected Attributes inherited from CDispatchRecord | |
| ULONG | mRefCount |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
inline |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.