|
Altium C++ SDK 3.0
|
#include <EDP.SCH.AbstractClasses.h>
Public Member Functions | |
| IModelEditor * | GetIModelEditor () |
| 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 bool | EditModel (ISch_Implementation *SchModel, ISch_Component *SchComp, TModelEditContext Context)=0 |
| virtual IModelDatafile * | CreateDatafile (std::wstring const ADatafilePath)=0 |
| virtual void | StartingLibraryCompile ()=0 |
| virtual void | FinishedLibraryCompile ()=0 |
| virtual bool | PrepareModel (EDP::IComponentImplementation *AModel)=0 |
| virtual IServerModel * | CreateServerModel (EDP::IComponentImplementation *AModel)=0 |
| virtual DXP::IExternalForm * | GetExternalForm ()=0 |
| virtual void | DrawModel (DXP::IExternalForm *AExternalForm, std::wstring const AModelName, std::wstring const ADatafilePath)=0 |
| virtual std::wstring | GetEntityParameters (std::wstring AEntityName, std::wstring ADatafilePath)=0 |
| virtual bool | SetDefaultModelState (ISch_Implementation *SchModel, ISch_Component *SchComp, bool IsLibrary)=0 |
| virtual void | CrossProbeEntity (std::wstring AEntityName, std::wstring ADatafilePath)=0 |
| virtual void | DrawModelToMetaFile (std::wstring const AFileName, std::wstring const AModelName, std::wstring const ADatafilePath, TPaintColorMode APaintColorMode, TPaintScaleMode APaintScaleMode)=0 |
| virtual bool | EditModel_1 (IModel *Model, EDP::IDItemRevision *DItemRevision, EDP::IAltiumLibrary *AltiumLibrary)=0 |
| virtual bool | DrawModel_FromModel (DXP::IExternalForm *AExternalForm, IModel *AModel)=0 |
| virtual bool | DrawModel_FromSchImpl (DXP::IExternalForm *AExternalForm, ISch_Component *ASchComp, ISch_Implementation *ASchImpl)=0 |
| virtual bool | EditModelMap (DXP::IULB_ItemRevision *const AModelRevision, DXP::IEDMS_Vault *const AVault, ISch_Component *const ASchComp, std::wstring *AMapAsString, std::wstring *AExcludedParts)=0 |
| virtual bool | DrawModel_FromStepFile (DXP::IExternalForm *AExternalForm, std::wstring AStepFilePath)=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 |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
inline |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.