Altium C++ SDK 3.0
Loading...
Searching...
No Matches
PCB::CAbstractImporterController Class Referenceabstract

#include <EDP.PCB.AbstractClasses.h>

Inheritance diagram for PCB::CAbstractImporterController:
CAbstractSupportService CDispatchObject IServicesSupportInternal CDispatchRecord

Public Member Functions

IImporterControllerGetIImporterController ()
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)
IServicesSupportInternalGetServicesSupportInternal ()
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 IImporterFileCreateImporterFile (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

Member Function Documentation

◆ CanImportFile()

virtual bool PCB::CAbstractImporterController::CanImportFile ( std::wstring const AFilePath)
protectedpure virtual

◆ CreateImporterFile()

virtual IImporterFile * PCB::CAbstractImporterController::CreateImporterFile ( std::wstring const AFilePath)
protectedpure virtual

◆ DestroyObject()

virtual void PCB::CAbstractImporterController::DestroyObject ( IImporterObject ** AObject)
protectedpure virtual

◆ DisplayDialog()

virtual void PCB::CAbstractImporterController::DisplayDialog ( bool AShowIntro,
int AX,
int AY,
int AWidth,
int AHeight )
protectedpure virtual

◆ Get_Description()

virtual std::wstring PCB::CAbstractImporterController::Get_Description ( )
protectedpure virtual

◆ Get_Name()

virtual std::wstring PCB::CAbstractImporterController::Get_Name ( )
protectedpure virtual

◆ Get_SupportedDocKindCount()

virtual int PCB::CAbstractImporterController::Get_SupportedDocKindCount ( )
protectedpure virtual

◆ Get_SupportedDocKindDesc()

virtual std::wstring PCB::CAbstractImporterController::Get_SupportedDocKindDesc ( int AIndex)
protectedpure virtual

◆ Get_SupportedDocKindName()

virtual std::wstring PCB::CAbstractImporterController::Get_SupportedDocKindName ( int AIndex)
protectedpure virtual

◆ GetDocKindForDocument()

virtual std::wstring PCB::CAbstractImporterController::GetDocKindForDocument ( std::wstring const AFilePath)
protectedpure virtual

◆ GetIImporterController()

IImporterController * PCB::CAbstractImporterController::GetIImporterController ( )
inline

◆ GetMinimumSizeForDialog()

virtual void PCB::CAbstractImporterController::GetMinimumSizeForDialog ( int * AWidth,
int * AHeight )
protectedpure virtual

◆ ImportFile()

virtual void PCB::CAbstractImporterController::ImportFile ( std::wstring const AFilePath)
protectedpure virtual

◆ Invoke()

virtual HRESULT __stdcall PCB::CAbstractImporterController::Invoke ( DISPID dispIdMember,
REFIID riid,
LCID lcid,
WORD wFlags,
DISPPARAMS * pDispParams,
VARIANT * pVarResult,
EXCEPINFO * pExcepInfo,
UINT * puArgErr )
protectedvirtual

Reimplemented from CAbstractSupportService.

◆ IsEnabled()

virtual bool PCB::CAbstractImporterController::IsEnabled ( )
protectedpure virtual

◆ SupportsService()

virtual bool PCB::CAbstractImporterController::SupportsService ( std::wstring const AServiceName)
protectedvirtual

Reimplemented from CAbstractSupportService.


The documentation for this class was generated from the following file: