Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

panda/src/windisplay/winGraphicsWindow.cxx File Reference

#include "winGraphicsWindow.h"
#include "config_windisplay.h"
#include "winGraphicsPipe.h"
#include "graphicsPipe.h"
#include "keyboardButton.h"
#include "mouseButton.h"
#include "clockObject.h"
#include <tchar.h>

Go to the source code of this file.

Defines

#define MIN_REFRESH_RATE   60
#define ACCEPTABLE_REFRESH_RATE(RATE)   ((RATE >= MIN_REFRESH_RATE) || (RATE==0) || (RATE==1))

Functions

void PrintErrorMessage (DWORD msgID)
void ClearToBlack (HWND hWnd, const WindowProperties &props)
void get_client_rect_screen (HWND hwnd, RECT *view_rect)
 Fills view_rect with the coordinates of the client area of the indicated window, converted to screen coordinates.


Variables

const char *const errorbox_title = "Panda3D Error"


Detailed Description

Definition in file winGraphicsWindow.cxx.


Define Documentation

#define ACCEPTABLE_REFRESH_RATE RATE   )     ((RATE >= MIN_REFRESH_RATE) || (RATE==0) || (RATE==1))
 

Definition at line 1356 of file winGraphicsWindow.cxx.

#define MIN_REFRESH_RATE   60
 

Definition at line 1354 of file winGraphicsWindow.cxx.


Function Documentation

void ClearToBlack HWND  hWnd,
const WindowProperties props
 

Definition at line 1559 of file winGraphicsWindow.cxx.

void get_client_rect_screen HWND  hwnd,
RECT *  view_rect
 

Fills view_rect with the coordinates of the client area of the indicated window, converted to screen coordinates.

Definition at line 1593 of file winGraphicsWindow.cxx.

void PrintErrorMessage DWORD  msgID  ) 
 

Definition at line 1542 of file winGraphicsWindow.cxx.

Referenced by wcrGraphicsWindow::DestroyMe(), wcrGraphicsWindow::enable_mouse_input(), and wcrGraphicsWindow::enable_mouse_passive_motion().


Variable Documentation

const char* const errorbox_title = "Panda3D Error" [static]
 

Definition at line 54 of file winGraphicsWindow.cxx.


Generated on Fri May 2 00:46:20 2003 for Panda by doxygen1.3