C:/USPDesig/BasicViewer/cBasicViewer.h File Reference

#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 Documentation

#define BV_CLASSSTYLE   0

Definition at line 50 of file cBasicViewer.h.

Referenced by cBasicViewer::RegisterViewerClass().

#define BV_WNDSTYLE   WS_OVERLAPPED|WS_SYSMENU|WS_MINIMIZEBOX

Definition at line 46 of file cBasicViewer.h.

Referenced by BVThread::ViewerThreadProcess().

#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

#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)

Definition at line 43 of file cBasicViewer.h.

Referenced by cBasicViewer::RegisterViewerClass().

 
#define VIEWER_ICON (  )     LoadIcon((HINSTANCE)NULL, IDI_WINLOGO)

Definition at line 42 of file cBasicViewer.h.

Referenced by cBasicViewer::RegisterViewerClass().


Generated on Tue Feb 26 09:12:44 2008 for USPDesigner by  doxygen 1.5.5