|
Altium C++ SDK 3.0
|
#include <EDP.RecordWrappers.h>
Public Member Functions | |
| virtual HRESULT __stdcall | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| C_InputValues () | |
| C_InputValues (T_InputValues data) | |
| C_InputValues (IInputValues *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 EDP::T_InputValues | |
| int | Mils_PrintingWidth |
| int | Mils_PrintingHeight |
| int | Pixel_PrintingWidth |
| int | Pixel_PrintingHeight |
| int | OverlapHorizontal |
| int | OverlapVertical |
| bool | VectorDevice |
| int | Mils_MarginLeft |
| int | Mils_MarginBottom |
| long | ReferenceDC |
| int | Pixel_PageWidth |
| int | Pixel_PageHeight |
| int | Pixel_MarginLeft |
| int | Pixel_MarginBottom |
| bool | FitPrintSizeToDoc |
| int | Mils_PageWidth |
| int | Mils_PageHeight |
| int | PixelsPerInchX |
| int | PixelsPerInchY |
| double | FramesPerSecond |
| Protected Attributes inherited from CDispatchRecord | |
| ULONG | mRefCount |
|
inline |
|
inline |
| EDP::C_InputValues::C_InputValues | ( | IInputValues * | pVal | ) |
|
virtual |
Reimplemented from CDispatchRecord.