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

panda/src/wcrdisplay/config_wcrdisplay.cxx File Reference

#include "config_wcrdisplay.h"
#include "wcrGraphicsPipe.h"
#include "wcrGraphicsWindow.h"
#include <dconfig.h>

Go to the source code of this file.

Functions

 Configure (config_wcrdisplay)
 NotifyCategoryDef (wcrdisplay,"display")
 ConfigureFn (config_wcrdisplay)
void AtExitFn ()
void init_libwcrdisplay ()
 Initializes the library.

Filename get_icon_filename_2 ()
Filename get_color_cursor_filename_2 ()
Filename get_mono_cursor_filename_2 ()

Variables

bool gl_sync_video = config_wcrdisplay.GetBool("sync-video", true)
bool gl_show_fps_meter = config_wcrdisplay.GetBool("show-fps-meter", false)
float gl_fps_meter_update_interval = max(0.5,config_wcrdisplay.GetFloat("fps-meter-update-interval", 1.7))
int gl_forced_pixfmt = config_wcrdisplay.GetInt("gl-force-pixfmt", 0)
bool bResponsive_minimized_fullscreen_window = config_wcrdisplay.GetBool("responsive-minimized-fullscreen-window",false)
bool support_wiregl = config_wcrdisplay.GetBool("support-wiregl", false)


Detailed Description

Definition in file config_wcrdisplay.cxx.


Function Documentation

void AtExitFn  ) 
 

Definition at line 210 of file wcrGraphicsWindow.cxx.

Configure config_wcrdisplay   ) 
 

ConfigureFn config_wcrdisplay   ) 
 

Definition at line 31 of file config_wcrdisplay.cxx.

References gl_show_fps_meter, and gl_sync_video.

Filename get_color_cursor_filename_2  ) 
 

Definition at line 93 of file config_wcrdisplay.cxx.

Filename get_icon_filename_2  ) 
 

Definition at line 88 of file config_wcrdisplay.cxx.

References ExecutionEnvironment::expand_string().

Filename get_mono_cursor_filename_2  ) 
 

Definition at line 98 of file config_wcrdisplay.cxx.

void init_libwcrdisplay  ) 
 

Initializes the library.

This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.

Definition at line 68 of file config_wcrdisplay.cxx.

NotifyCategoryDef wcrdisplay  ,
"display" 
 


Variable Documentation

bool bResponsive_minimized_fullscreen_window = config_wcrdisplay.GetBool("responsive-minimized-fullscreen-window",false)
 

Definition at line 44 of file config_wcrdisplay.cxx.

Referenced by static_window_proc().

int gl_forced_pixfmt = config_wcrdisplay.GetInt("gl-force-pixfmt", 0)
 

Definition at line 42 of file config_wcrdisplay.cxx.

float gl_fps_meter_update_interval = max(0.5,config_wcrdisplay.GetFloat("fps-meter-update-interval", 1.7))
 

Definition at line 41 of file config_wcrdisplay.cxx.

bool gl_show_fps_meter = config_wcrdisplay.GetBool("show-fps-meter", false)
 

Definition at line 40 of file config_wcrdisplay.cxx.

Referenced by ConfigureFn().

bool gl_sync_video = config_wcrdisplay.GetBool("sync-video", true)
 

Definition at line 38 of file config_wcrdisplay.cxx.

Referenced by ConfigureFn().

bool support_wiregl = config_wcrdisplay.GetBool("support-wiregl", false)
 

Definition at line 48 of file config_wcrdisplay.cxx.


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