Go to the source code of this file.
Classes | |
| class | CBaseWindow |
| class | CDrawImage |
| struct | tagDIBDATA |
| class | CImageSample |
| class | CImageAllocator |
| class | CImagePalette |
| class | CImageDisplay |
Defines | |
| #define | WIDTH(x) ((*(x)).right - (*(x)).left) |
| #define | HEIGHT(x) ((*(x)).bottom - (*(x)).top) |
| #define | SHOWSTAGE TEXT("WM_SHOWSTAGE") |
| #define | SHOWSTAGETOP TEXT("WM_SHOWSTAGETOP") |
| #define | REALIZEPALETTE TEXT("WM_REALIZEPALETTE") |
Typedefs | |
| typedef struct tagDIBDATA | DIBDATA |
Functions | |
| STDAPI | ConvertVideoInfoToVideoInfo2 (AM_MEDIA_TYPE *pmt) |
Variables | |
| const int | DEFWIDTH = 320 |
| const int | DEFHEIGHT = 240 |
| const int | CAPTION = 256 |
| const int | TIMELENGTH = 50 |
| const int | PROFILESTR = 128 |
| const WORD | PALVERSION = 0x300 |
| const LONG | PALETTE_VERSION = (LONG) 1 |
| const COLORREF | VIDEO_COLOUR = 0 |
| const HANDLE | hMEMORY = (HANDLE) (-1) |
| #define HEIGHT | ( | x | ) | ((*(x)).bottom - (*(x)).top) |
Definition at line 20 of file winutil.h.
Referenced by CBaseWindow::ActivateWindow(), CBaseControlVideo::CheckTargetRect(), CBaseControlVideo::CopyImage(), CBaseControlWindow::DoSetWindowStyle(), CBaseControlVideo::get_DestinationHeight(), CBaseControlVideo::get_SourceHeight(), CBaseControlVideo::GetDestinationPosition(), CBaseControlVideo::GetImageSize(), CBaseControlWindow::GetMaxIdealImageSize(), CBaseControlWindow::GetMinIdealImageSize(), CBaseControlVideo::GetSourcePosition(), CBasePropertyPage::Move(), CBaseControlVideo::put_DestinationTop(), and CBaseControlVideo::put_SourceTop().
| #define REALIZEPALETTE TEXT("WM_REALIZEPALETTE") |
| #define SHOWSTAGE TEXT("WM_SHOWSTAGE") |
| #define SHOWSTAGETOP TEXT("WM_SHOWSTAGETOP") |
| #define WIDTH | ( | x | ) | ((*(x)).right - (*(x)).left) |
Definition at line 19 of file winutil.h.
Referenced by CBaseWindow::ActivateWindow(), CBaseControlVideo::CheckTargetRect(), CBaseControlVideo::CopyImage(), CBaseControlWindow::DoSetWindowStyle(), CBaseControlVideo::get_DestinationWidth(), CBaseControlVideo::get_SourceWidth(), CBaseControlVideo::GetDestinationPosition(), CBaseControlVideo::GetImageSize(), CBaseControlWindow::GetMaxIdealImageSize(), CBaseControlWindow::GetMinIdealImageSize(), CBaseControlVideo::GetSourcePosition(), CBasePropertyPage::Move(), CBaseControlVideo::put_DestinationLeft(), and CBaseControlVideo::put_SourceLeft().
| typedef struct tagDIBDATA DIBDATA |
| STDAPI ConvertVideoInfoToVideoInfo2 | ( | AM_MEDIA_TYPE * | pmt | ) |
| const int CAPTION = 256 |
Definition at line 11 of file winutil.h.
Referenced by CBaseControlWindow::get_Caption(), and CBaseControlWindow::put_Caption().
| const int DEFHEIGHT = 240 |
Definition at line 10 of file winutil.h.
Referenced by CBaseWindow::DoCreateWindow(), and CBaseWindow::GetDefaultRect().
| const int DEFWIDTH = 320 |
Definition at line 9 of file winutil.h.
Referenced by CBaseWindow::DoCreateWindow(), and CBaseWindow::GetDefaultRect().
| const HANDLE hMEMORY = (HANDLE) (-1) |
| const LONG PALETTE_VERSION = (LONG) 1 |
Definition at line 15 of file winutil.h.
Referenced by CImageAllocator::CreateDIB(), and CDrawImage::ResetPaletteVersion().
| const WORD PALVERSION = 0x300 |
| const int PROFILESTR = 128 |
| const int TIMELENGTH = 50 |
| const COLORREF VIDEO_COLOUR = 0 |
1.5.6