Altium C++ SDK 3.0
Loading...
Searching...
No Matches
PCB::C_CoordRect Class Reference

#include <EDP.PCB.RecordWrappers.h>

Inheritance diagram for PCB::C_CoordRect:
CDispatchRecord PCB::T_CoordRect

Public Member Functions

virtual HRESULT __stdcall Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr)
 C_CoordRect ()
 C_CoordRect (T_CoordRect data)
 C_CoordRect (ICoordRect *pVal)
Public Member Functions inherited from CDispatchRecord
 CDispatchRecord ()
virtual HRESULT __stdcall QueryInterface (const IID &riid, void **ppvObject)
virtual ULONG __stdcall AddRef (void)
virtual ULONG __stdcall Release (void)
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)

Additional Inherited Members

Public Attributes inherited from PCB::T_CoordRect
union { 
   struct { 
      int   left 
      int   bottom 
      int   right 
      int   top 
   } 
   struct { 
      int   x1 
      int   y1 
      int   x2 
      int   y2 
   } 
   struct { 
      int   lx 
      int   ly 
      int   hx 
      int   hy 
   } 
   struct { 
      T_CoordPoint   Location1 
      T_CoordPoint   Location2 
   } 
   struct { 
      T_CoordPoint   BottomLeft 
      T_CoordPoint   TopRight 
   } 
}; 
Protected Attributes inherited from CDispatchRecord
ULONG mRefCount

Constructor & Destructor Documentation

◆ C_CoordRect() [1/3]

PCB::C_CoordRect::C_CoordRect ( )
inline

◆ C_CoordRect() [2/3]

PCB::C_CoordRect::C_CoordRect ( T_CoordRect data)
inline

◆ C_CoordRect() [3/3]

PCB::C_CoordRect::C_CoordRect ( ICoordRect * pVal)

Member Function Documentation

◆ Invoke()

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

Reimplemented from CDispatchRecord.


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