Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

screen.cpp File Reference

#include "screen.h"
#include "MyDebug.h"
#include "openGL_tools.h"
#include <winuser.h>
#include "windowTools.h"

Go to the source code of this file.

Defines

#define DEBUG_SCREEN(methode)   MyDebug::SendEvent("screen",methode##"[t:%s,style:%d,styleEx:%d,dXNorm:%d,%d,dXCli:%d,%d]",(char *)title,dwStyle,dwExStyle,dxNormal,dyNormal,dxClient,dyClient)
#define TEST(varType, msg)   if ((dwStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; }
#define TEST_EX(varType, msg)   if ((dwExStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; }
#define WS_EX_COMPOSITED   0x02000000L
#define WS_EX_NOACTIVATE   0x08000000L
#define WS_EX_LAYERED   0x00080000


Define Documentation

#define DEBUG_SCREEN methode   )     MyDebug::SendEvent("screen",methode##"[t:%s,style:%d,styleEx:%d,dXNorm:%d,%d,dXCli:%d,%d]",(char *)title,dwStyle,dwExStyle,dxNormal,dyNormal,dxClient,dyClient)
 

Definition at line 23 of file screen.cpp.

Referenced by Screen::ApplySize(), Screen::Create(), Screen::Destroy(), Screen::Screen(), Screen::SetFullScreen(), Screen::SetSize(), Screen::Setup(), Screen::Show(), Screen::Update(), and Screen::~Screen().

#define TEST varType,
msg   )     if ((dwStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; }
 

Definition at line 26 of file screen.cpp.

Referenced by Screen::MsgInfoType().

#define TEST_EX varType,
msg   )     if ((dwExStyle&varType)==varType) { for (int i=0;i<level;i++) message<<"| "; message<<msg<<"\n"; }
 

Definition at line 27 of file screen.cpp.

Referenced by Screen::MsgInfoType().

#define WS_EX_COMPOSITED   0x02000000L
 

Definition at line 30 of file screen.cpp.

Referenced by Screen::MsgInfoType().

#define WS_EX_LAYERED   0x00080000
 

Definition at line 32 of file screen.cpp.

Referenced by Screen::MsgInfoType().

#define WS_EX_NOACTIVATE   0x08000000L
 

Definition at line 31 of file screen.cpp.

Referenced by Screen::MsgInfoType().


Generated on Fri Aug 20 19:20:39 2004 for 3d Controls by doxygen 1.3.6