#include <cprop.h>
|
| | CBasePropertyPage (__in_opt LPCTSTR pName, __inout_opt LPUNKNOWN pUnk, int DialogId, int TitleId) |
| |
| virtual | ~CBasePropertyPage () |
| |
| virtual DECLARE_IUNKNOWN HRESULT | OnConnect (IUnknown *pUnknown) |
| |
| virtual HRESULT | OnDisconnect () |
| |
| virtual HRESULT | OnActivate () |
| |
| virtual HRESULT | OnDeactivate () |
| |
| virtual HRESULT | OnApplyChanges () |
| |
| virtual INT_PTR | OnReceiveMessage (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID riid, __deref_out void **ppv) |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingRelease() |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingAddRef() |
| |
| STDMETHODIMP | SetPageSite (__in_opt LPPROPERTYPAGESITE pPageSite) |
| |
| STDMETHODIMP | Activate (HWND hwndParent, LPCRECT prect, BOOL fModal) |
| |
| STDMETHODIMP | Deactivate (void) |
| |
| STDMETHODIMP | GetPageInfo (__out LPPROPPAGEINFO pPageInfo) |
| |
| STDMETHODIMP | SetObjects (ULONG cObjects, __in_ecount_opt(cObjects) LPUNKNOWN *ppUnk) |
| |
| STDMETHODIMP | Show (UINT nCmdShow) |
| |
| STDMETHODIMP | Move (LPCRECT prect) |
| |
| STDMETHODIMP | IsPageDirty (void) |
| |
| STDMETHODIMP | Apply (void) |
| |
| STDMETHODIMP | Help (LPCWSTR lpszHelpDir) |
| |
| STDMETHODIMP | TranslateAccelerator (__inout LPMSG lpMsg) |
| |
| | CUnknown (__in_opt LPCTSTR pName, __in_opt LPUNKNOWN pUnk) |
| |
| virtual | ~CUnknown () |
| |
| | CUnknown (__in_opt LPCTSTR Name, __in_opt LPUNKNOWN pUnk, __inout_opt HRESULT *phr) |
| |
| LPUNKNOWN | GetOwner () const |
| |
| STDMETHODIMP | NonDelegatingQueryInterface (REFIID, __deref_out void **) |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingAddRef() |
| |
| | STDMETHODIMP_ (ULONG) NonDelegatingRelease() |
| |
| | CBaseObject (__in_opt LPCTSTR pName) |
| |
| | ~CBaseObject () |
| |
|
| static INT_PTR CALLBACK | DialogProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| |
Definition at line 33 of file cprop.h.
◆ CBasePropertyPage()
| CBasePropertyPage::CBasePropertyPage |
( |
__in_opt LPCTSTR |
pName, |
|
|
__inout_opt LPUNKNOWN |
pUnk, |
|
|
int |
DialogId, |
|
|
int |
TitleId |
|
) |
| |
◆ ~CBasePropertyPage()
| virtual CBasePropertyPage::~CBasePropertyPage |
( |
| ) |
|
|
inlinevirtual |
◆ Activate()
| STDMETHODIMP CBasePropertyPage::Activate |
( |
HWND |
hwndParent, |
|
|
LPCRECT |
prect, |
|
|
BOOL |
fModal |
|
) |
| |
◆ Apply()
| STDMETHODIMP CBasePropertyPage::Apply |
( |
void |
| ) |
|
◆ Deactivate()
| STDMETHODIMP CBasePropertyPage::Deactivate |
( |
void |
| ) |
|
◆ DialogProc()
| INT_PTR CALLBACK CBasePropertyPage::DialogProc |
( |
HWND |
hwnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
staticprotected |
◆ GetPageInfo()
| STDMETHODIMP CBasePropertyPage::GetPageInfo |
( |
__out LPPROPPAGEINFO |
pPageInfo | ) |
|
◆ Help()
| STDMETHODIMP CBasePropertyPage::Help |
( |
LPCWSTR |
lpszHelpDir | ) |
|
|
inline |
◆ IsPageDirty()
| STDMETHODIMP CBasePropertyPage::IsPageDirty |
( |
void |
| ) |
|
|
inline |
◆ Move()
| STDMETHODIMP CBasePropertyPage::Move |
( |
LPCRECT |
prect | ) |
|
◆ NonDelegatingQueryInterface()
| STDMETHODIMP CBasePropertyPage::NonDelegatingQueryInterface |
( |
REFIID |
riid, |
|
|
__deref_out void ** |
ppv |
|
) |
| |
◆ OnActivate()
| virtual HRESULT CBasePropertyPage::OnActivate |
( |
| ) |
|
|
inlinevirtual |
◆ OnApplyChanges()
| virtual HRESULT CBasePropertyPage::OnApplyChanges |
( |
| ) |
|
|
inlinevirtual |
◆ OnConnect()
| virtual DECLARE_IUNKNOWN HRESULT CBasePropertyPage::OnConnect |
( |
IUnknown * |
pUnknown | ) |
|
|
inlinevirtual |
◆ OnDeactivate()
| virtual HRESULT CBasePropertyPage::OnDeactivate |
( |
| ) |
|
|
inlinevirtual |
◆ OnDisconnect()
| virtual HRESULT CBasePropertyPage::OnDisconnect |
( |
| ) |
|
|
inlinevirtual |
◆ OnReceiveMessage()
| INT_PTR CBasePropertyPage::OnReceiveMessage |
( |
HWND |
hwnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
virtual |
◆ SetObjects()
| STDMETHODIMP CBasePropertyPage::SetObjects |
( |
ULONG |
cObjects, |
|
|
__in_ecount_opt(cObjects) LPUNKNOWN * |
ppUnk |
|
) |
| |
◆ SetPageSite()
| STDMETHODIMP CBasePropertyPage::SetPageSite |
( |
__in_opt LPPROPERTYPAGESITE |
pPageSite | ) |
|
◆ Show()
| STDMETHODIMP CBasePropertyPage::Show |
( |
UINT |
nCmdShow | ) |
|
◆ STDMETHODIMP_() [1/2]
| CBasePropertyPage::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
◆ STDMETHODIMP_() [2/2]
| CBasePropertyPage::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
◆ TranslateAccelerator()
| STDMETHODIMP CBasePropertyPage::TranslateAccelerator |
( |
__inout LPMSG |
lpMsg | ) |
|
|
inline |
◆ m_bDirty
| BOOL CBasePropertyPage::m_bDirty |
|
protected |
◆ m_DialogId
| int CBasePropertyPage::m_DialogId |
|
protected |
◆ m_Dlg
| HWND CBasePropertyPage::m_Dlg |
|
protected |
◆ m_hwnd
| HWND CBasePropertyPage::m_hwnd |
|
protected |
◆ m_pPageSite
| LPPROPERTYPAGESITE CBasePropertyPage::m_pPageSite |
|
protected |
◆ m_TitleId
| int CBasePropertyPage::m_TitleId |
|
protected |
The documentation for this class was generated from the following files:
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/cprop.h
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/cprop.cpp