|
Altium C++ SDK 3.0
|
#include <EDP.SCH.AbstractClasses.h>
Public Member Functions | |
| IDeviceDebugManager * | GetIDeviceDebugManager () |
| 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 long | AddHardBreakPoint (IHardBreakpoint *const ANewBP)=0 |
| virtual IHardBreakpoint * | GetNewHardBreakpoint ()=0 |
| virtual ISoftBreakpoint * | GetNewSoftBreakpoint ()=0 |
| virtual IHardBreakpoint * | GetSystemBreakpoint ()=0 |
| virtual void | ReleaseBreakpoint (ISoftBreakpoint *const ABreakpoint)=0 |
| virtual void | ReleaseAllocatedHardBreakpoints ()=0 |
| virtual void | ReleaseAllocatedSoftBreakpoints ()=0 |
| virtual void | ReleaseAllBreakpoints ()=0 |
| virtual void | DisableAllocatedHardBreakpoints ()=0 |
| virtual void | DisableAllocatedSoftBreakpoints ()=0 |
| virtual void | DisableAllAllocatedBreakpoints ()=0 |
| virtual void | EnableAllocatedHardBreakpoints ()=0 |
| virtual void | EnableAllocatedSoftBreakpoints ()=0 |
| virtual void | EnableAllAllocatedBreakpoints ()=0 |
| virtual int | GetAllocatedSoftBreakPointCount ()=0 |
| virtual int | GetAllocatedHardBreakPointCount ()=0 |
| virtual ISoftBreakpoint * | GetAllocatedSoftBreakpointByIndex (int Index)=0 |
| virtual IHardBreakpoint * | GetAllocatedHardBreakpointByIndex (int Index)=0 |
| virtual bool | SetBreakpointMode (TBreakpointMode ANewMode)=0 |
| virtual void | SetDebuggerMode (TDebuggerMode ANewMode)=0 |
| virtual void | SetSoftbreakpointsRequireHardware (bool AValue)=0 |
| virtual TBreakpointMode | GetBreakpointMode ()=0 |
| virtual TDebuggerMode | GetDebuggerMode ()=0 |
| virtual bool | GetSoftBreakpointsRequireHardware ()=0 |
| virtual int | GetHardBreakpointCount ()=0 |
| virtual bool | AddressSupportsSoftBreakpoints (int AMemorySpace, INT64 AAddress)=0 |
| virtual ISoftBreakpoint * | GetNewBreakpoint (int AMemorySpace, INT64 AAddress)=0 |
| virtual ISoftBreakpoint * | GetBreakpointByAddress (int AMemorySpace, INT64 AAddress)=0 |
| virtual IHardBreakpoint * | GetBreakpointByData (INT64 AData)=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 |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
inline |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedpure virtual |
|
protectedvirtual |
Reimplemented from CAbstractSupportService.