#include <windows.h>
Go to the source code of this file.
Namespaces | |
namespace | BVThread |
Classes | |
class | cBasicViewer |
Defines | |
#define | TH_MESSAGE 0xC100 |
#define | TH_CHECK 0x0000 |
must have this number | |
#define | TH_DIE 0x0012 |
#define | TH_SHOW 0x0013 |
#define | TH_HIDE 0x0014 |
#define | TH_UPDATE 0x0015 |
#define | VIEWER_ICON() LoadIcon((HINSTANCE)NULL, IDI_WINLOGO) |
#define | VIEWER_CURSOR() LoadCursor((HINSTANCE)NULL, IDC_ARROW) |
#define | BV_WNDSTYLE WS_OVERLAPPED|WS_SYSMENU|WS_MINIMIZEBOX |
#define | BV_CLASSSTYLE 0 |
Functions | |
void | BVThread::ViewerThreadProcess (cBasicViewer *pViewer) |
LRESULT WINAPI | BVThread::ViewerWndProc (HWND hWnd, UINT uMsg, UINT uParam, LONG lParam) |
#define BV_CLASSSTYLE 0 |
#define BV_WNDSTYLE WS_OVERLAPPED|WS_SYSMENU|WS_MINIMIZEBOX |
#define TH_CHECK 0x0000 |
must have this number
Definition at line 35 of file cBasicViewer.h.
Referenced by cBasicViewer::cBasicViewer(), and BVThread::ViewerThreadProcess().
#define TH_DIE 0x0012 |
Definition at line 36 of file cBasicViewer.h.
Referenced by BVThread::ViewerThreadProcess(), and cBasicViewer::~cBasicViewer().
#define TH_HIDE 0x0014 |
Definition at line 38 of file cBasicViewer.h.
Referenced by cBasicViewer::Hide(), and BVThread::ViewerThreadProcess().
#define TH_MESSAGE 0xC100 |
Definition at line 32 of file cBasicViewer.h.
Referenced by cBasicViewer::cBasicViewer(), cBasicViewer::Hide(), cBasicViewer::Show(), cBasicViewer::Update(), BVThread::ViewerThreadProcess(), and cBasicViewer::~cBasicViewer().
#define TH_SHOW 0x0013 |
Definition at line 37 of file cBasicViewer.h.
Referenced by cBasicViewer::Show(), and BVThread::ViewerThreadProcess().
#define TH_UPDATE 0x0015 |
Definition at line 39 of file cBasicViewer.h.
Referenced by cBasicViewer::Update(), and BVThread::ViewerThreadProcess().
#define VIEWER_CURSOR | ( | ) | LoadCursor((HINSTANCE)NULL, IDC_ARROW) |
#define VIEWER_ICON | ( | ) | LoadIcon((HINSTANCE)NULL, IDI_WINLOGO) |