Altium C++ SDK 3.0
Loading...
Searching...
No Matches
DXP::CAbstractInterfaceList Class Referenceabstract

#include <DXP.AbstractClasses.h>

Inheritance diagram for DXP::CAbstractInterfaceList:
CAbstractSupportService CDispatchObject IServicesSupportInternal CDispatchRecord SCH::CAbstractSiPinModelList

Public Member Functions

IInterfaceListGetIInterfaceList ()
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 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

Member Function Documentation

◆ Add()

virtual int DXP::CAbstractInterfaceList::Add ( IDispatch *const Item)
protectedpure virtual

◆ Clear()

virtual void DXP::CAbstractInterfaceList::Clear ( )
protectedpure virtual

◆ Delete()

virtual void DXP::CAbstractInterfaceList::Delete ( int Index)
protectedpure virtual

◆ Exchange()

virtual void DXP::CAbstractInterfaceList::Exchange ( int Index1,
int Index2 )
protectedpure virtual

◆ First()

virtual IDispatch * DXP::CAbstractInterfaceList::First ( )
protectedpure virtual

◆ Get()

virtual IDispatch * DXP::CAbstractInterfaceList::Get ( int Index)
protectedpure virtual

◆ GetCapacity()

virtual int DXP::CAbstractInterfaceList::GetCapacity ( )
protectedpure virtual

◆ GetCount()

virtual int DXP::CAbstractInterfaceList::GetCount ( )
protectedpure virtual

◆ GetIInterfaceList()

IInterfaceList * DXP::CAbstractInterfaceList::GetIInterfaceList ( )
inline

◆ IndexOf()

virtual int DXP::CAbstractInterfaceList::IndexOf ( IDispatch *const Item)
protectedpure virtual

◆ Insert()

virtual void DXP::CAbstractInterfaceList::Insert ( int Index,
IDispatch *const Item )
protectedpure virtual

◆ Invoke()

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

Reimplemented from CAbstractSupportService.

Reimplemented in SCH::CAbstractSiPinModelList.

◆ Last()

virtual IDispatch * DXP::CAbstractInterfaceList::Last ( )
protectedpure virtual

◆ Lock()

virtual void DXP::CAbstractInterfaceList::Lock ( )
protectedpure virtual

◆ Put()

virtual void DXP::CAbstractInterfaceList::Put ( int Index,
IDispatch *const Item )
protectedpure virtual

◆ Remove()

virtual int DXP::CAbstractInterfaceList::Remove ( IDispatch *const Item)
protectedpure virtual

◆ SetCapacity()

virtual void DXP::CAbstractInterfaceList::SetCapacity ( int NewCapacity)
protectedpure virtual

◆ SetCount()

virtual void DXP::CAbstractInterfaceList::SetCount ( int NewCount)
protectedpure virtual

◆ SupportsService()

virtual bool DXP::CAbstractInterfaceList::SupportsService ( std::wstring const AServiceName)
protectedvirtual

Reimplemented from CAbstractSupportService.

Reimplemented in SCH::CAbstractSiPinModelList.

◆ Unlock()

virtual void DXP::CAbstractInterfaceList::Unlock ( )
protectedpure virtual

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