|
Altium C++ SDK 3.0
|
#include <EDP.SCH.AbstractClasses.h>
Public Member Functions | |
| ISiPinModelList * | GetISiPinModelList () |
| Public Member Functions inherited from DXP::CAbstractInterfaceList | |
| IInterfaceList * | GetIInterfaceList () |
| 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 ISiPinModel * | GetPinModelByDesignator (std::wstring APinDesignator)=0 |
| virtual ISiPinModel * | GetPinModel (int AIndex)=0 |
| Protected Member Functions inherited from DXP::CAbstractInterfaceList | |
| virtual IDispatch * | Get (int Index)=0 |
| virtual int | GetCapacity ()=0 |
| virtual int | GetCount ()=0 |
| virtual void | Put (int Index, IDispatch *const Item)=0 |
| virtual void | SetCapacity (int NewCapacity)=0 |
| virtual void | SetCount (int NewCount)=0 |
| virtual void | Clear ()=0 |
| virtual void | Delete (int Index)=0 |
| virtual void | Exchange (int Index1, int Index2)=0 |
| virtual IDispatch * | First ()=0 |
| virtual int | IndexOf (IDispatch *const Item)=0 |
| virtual int | Add (IDispatch *const Item)=0 |
| virtual void | Insert (int Index, IDispatch *const Item)=0 |
| virtual IDispatch * | Last ()=0 |
| virtual int | Remove (IDispatch *const Item)=0 |
| virtual void | Lock ()=0 |
| virtual void | Unlock ()=0 |
Additional Inherited Members | |
| Protected Attributes inherited from CDispatchRecord | |
| ULONG | mRefCount |
|
inline |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from DXP::CAbstractInterfaceList.
|
protectedvirtual |
Reimplemented from DXP::CAbstractInterfaceList.