|
Altium C++ SDK 3.0
|
#include <DXP.Classes.h>
Public Member Functions | |
| CExternalFormComponent () | |
| virtual | ~CExternalFormComponent () |
| virtual void | SetParent (CWnd *pParent) |
| virtual void | ClearParent () |
| virtual void | SetExternalForm (IExternalForm *const Value) |
| virtual IExternalForm * | GetExternalForm () |
| HWND | ExternHandle () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnDestroy () |
| afx_msg void | OnActivate (UINT nState, CWnd *pWndOther, BOOL bMinimized) |
| Public Member Functions inherited from DXP::CAbstractExternalFormHolder | |
| IExternalFormHolder * | GetIExternalFormHolder () |
| 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 long | GetParentWindow () |
| virtual void | SetDialogHandle (long AHandle) |
| virtual void | UpdateCaption () |
| BOOL | OnWndMsg (UINT message, WPARAM wParam, LPARAM lParam, LRESULT *pResult) |
| Protected Member Functions inherited from DXP::CAbstractExternalFormHolder | |
| virtual HRESULT __stdcall | Invoke (DISPID dispIdMember, REFIID riid, LCID lcid, WORD wFlags, DISPPARAMS *pDispParams, VARIANT *pVarResult, EXCEPINFO *pExcepInfo, UINT *puArgErr) |
| Protected Member Functions inherited from CF1Help | |
| virtual void | DisplayDialogHelp (CWnd *control, CWnd *form) |
| virtual bool | GetControlHelpTopic (CWnd *control, CWnd *form, wstring &topicName) |
| virtual wstring | GetControlHelpAliasName (CWnd *control, CWnd *form) |
| virtual wstring | GetControlHelpName (CWnd *control, bool isForm=false) |
| void | ShowHelpTopic (wstring topicName) |
Private Attributes | |
| IExternalFormPtr | mExternalForm |
| CWnd * | mpParent |
Additional Inherited Members | |
| Protected Attributes inherited from CDispatchRecord | |
| ULONG | mRefCount |
| CExternalFormComponent::CExternalFormComponent | ( | ) |
|
virtual |
|
virtual |
| HWND CExternalFormComponent::ExternHandle | ( | ) |
|
virtual |
|
protectedvirtual |
Implements DXP::CAbstractExternalFormHolder.
| afx_msg void CExternalFormComponent::OnActivate | ( | UINT | nState, |
| CWnd * | pWndOther, | ||
| BOOL | bMinimized ) |
| afx_msg void CExternalFormComponent::OnDestroy | ( | ) |
| afx_msg void CExternalFormComponent::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy ) |
|
protected |
|
protectedvirtual |
Implements DXP::CAbstractExternalFormHolder.
|
virtual |
|
virtual |
|
protectedvirtual |
Reimplemented from DXP::CAbstractExternalFormHolder.
|
protectedvirtual |
Implements DXP::CAbstractExternalFormHolder.
|
private |
|
private |