#include <winutil.h>
|
| LRESULT CALLBACK | WndProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| |
Definition at line 36 of file winutil.h.
◆ CBaseWindow()
| CBaseWindow::CBaseWindow |
( |
BOOL |
bDoGetDC = TRUE, |
|
|
bool |
bPostToDestroy = false |
|
) |
| |
◆ ActivateWindow()
| HRESULT CBaseWindow::ActivateWindow |
( |
| ) |
|
|
virtual |
◆ CompleteConnect()
| HRESULT CBaseWindow::CompleteConnect |
( |
| ) |
|
◆ DoCreateWindow()
| HRESULT CBaseWindow::DoCreateWindow |
( |
| ) |
|
◆ DoneWithWindow()
| HRESULT CBaseWindow::DoneWithWindow |
( |
| ) |
|
|
virtual |
◆ DoRealisePalette()
| HRESULT CBaseWindow::DoRealisePalette |
( |
BOOL |
bForceBackground = FALSE | ) |
|
|
virtual |
◆ DoSetWindowForeground()
| void CBaseWindow::DoSetWindowForeground |
( |
BOOL |
bFocus | ) |
|
◆ DoShowWindow()
| HRESULT CBaseWindow::DoShowWindow |
( |
LONG |
ShowCmd | ) |
|
◆ GetClassWindowStyles()
| virtual LPTSTR CBaseWindow::GetClassWindowStyles |
( |
__out DWORD * |
pClassStyles, |
|
|
__out DWORD * |
pWindowStyles, |
|
|
__out DWORD * |
pWindowStylesEx |
|
) |
| |
|
virtual |
◆ GetDefaultRect()
| RECT CBaseWindow::GetDefaultRect |
( |
| ) |
|
|
virtual |
◆ GetMemoryHDC()
| HDC CBaseWindow::GetMemoryHDC |
( |
| ) |
|
◆ GetWindowHDC()
| HDC CBaseWindow::GetWindowHDC |
( |
| ) |
|
◆ GetWindowHeight()
| LONG CBaseWindow::GetWindowHeight |
( |
| ) |
|
◆ GetWindowHWND()
| HWND CBaseWindow::GetWindowHWND |
( |
| ) |
|
◆ GetWindowWidth()
| LONG CBaseWindow::GetWindowWidth |
( |
| ) |
|
◆ InactivateWindow()
| HRESULT CBaseWindow::InactivateWindow |
( |
| ) |
|
|
virtual |
◆ InitialiseWindow()
| HRESULT CBaseWindow::InitialiseWindow |
( |
HWND |
hwnd | ) |
|
|
virtual |
◆ LockPaletteLock()
| void CBaseWindow::LockPaletteLock |
( |
| ) |
|
◆ OnClose()
| BOOL CBaseWindow::OnClose |
( |
| ) |
|
|
virtual |
◆ OnPaletteChange()
| LRESULT CBaseWindow::OnPaletteChange |
( |
HWND |
hwnd, |
|
|
UINT |
Message |
|
) |
| |
|
protectedvirtual |
◆ OnReceiveMessage()
| LRESULT CBaseWindow::OnReceiveMessage |
( |
HWND |
hwnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
virtual |
◆ OnSize()
| BOOL CBaseWindow::OnSize |
( |
LONG |
Width, |
|
|
LONG |
Height |
|
) |
| |
|
virtual |
◆ PaintWindow()
| void CBaseWindow::PaintWindow |
( |
BOOL |
bErase | ) |
|
◆ PerformanceAlignWindow()
| HRESULT CBaseWindow::PerformanceAlignWindow |
( |
| ) |
|
◆ PossiblyEatMessage()
| virtual BOOL CBaseWindow::PossiblyEatMessage |
( |
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
inlinevirtual |
◆ PrepareWindow()
| HRESULT CBaseWindow::PrepareWindow |
( |
| ) |
|
|
virtual |
◆ SetPalette() [1/2]
| HRESULT CBaseWindow::SetPalette |
( |
| ) |
|
◆ SetPalette() [2/2]
| HRESULT CBaseWindow::SetPalette |
( |
HPALETTE |
hPalette | ) |
|
|
virtual |
◆ SetRealize()
| void CBaseWindow::SetRealize |
( |
BOOL |
bRealize | ) |
|
|
inline |
◆ UninitialiseWindow()
| HRESULT CBaseWindow::UninitialiseWindow |
( |
| ) |
|
|
virtual |
◆ UnlockPaletteLock()
| void CBaseWindow::UnlockPaletteLock |
( |
| ) |
|
◆ UnsetPalette()
| void CBaseWindow::UnsetPalette |
( |
void |
| ) |
|
◆ WindowExists()
| bool CBaseWindow::WindowExists |
( |
| ) |
|
◆ WndProc
| LRESULT CALLBACK WndProc |
( |
HWND |
hwnd, |
|
|
UINT |
uMsg, |
|
|
WPARAM |
wParam, |
|
|
LPARAM |
lParam |
|
) |
| |
|
friend |
◆ m_bActivated
| BOOL CBaseWindow::m_bActivated |
|
protected |
◆ m_bBackground
| BYTE CBaseWindow::m_bBackground |
|
protected |
◆ m_bDoGetDC
| BOOL CBaseWindow::m_bDoGetDC |
|
protected |
◆ m_bDoPostToDestroy
| bool CBaseWindow::m_bDoPostToDestroy |
|
protected |
◆ m_bNoRealize
| BYTE CBaseWindow::m_bNoRealize |
|
protected |
◆ m_bRealizing
| BYTE CBaseWindow::m_bRealizing |
|
protected |
◆ m_ClassStyles
| DWORD CBaseWindow::m_ClassStyles |
|
protected |
◆ m_hdc
◆ m_Height
| LONG CBaseWindow::m_Height |
|
protected |
◆ m_hInstance
| HINSTANCE CBaseWindow::m_hInstance |
|
protected |
◆ m_hPalette
| HPALETTE CBaseWindow::m_hPalette |
|
protected |
◆ m_hwnd
◆ m_MemoryDC
| HDC CBaseWindow::m_MemoryDC |
|
protected |
◆ m_PaletteLock
◆ m_pClassName
| LPTSTR CBaseWindow::m_pClassName |
|
protected |
◆ m_RealizePalette
| UINT CBaseWindow::m_RealizePalette |
|
protected |
◆ m_ShowStageMessage
| UINT CBaseWindow::m_ShowStageMessage |
|
protected |
◆ m_ShowStageTop
| UINT CBaseWindow::m_ShowStageTop |
|
protected |
◆ m_Width
| LONG CBaseWindow::m_Width |
|
protected |
◆ m_WindowLock
◆ m_WindowStyles
| DWORD CBaseWindow::m_WindowStyles |
|
protected |
◆ m_WindowStylesEx
| DWORD CBaseWindow::m_WindowStylesEx |
|
protected |
The documentation for this class was generated from the following files:
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/winutil.h
- /home/tcbuilder/buildAgent/work/df8e8cce5bebfd58/libajantv2/demos/ntv2vcam/baseclasses/winutil.cpp