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

panda/src/windisplay/config_windisplay.cxx File Reference

#include "config_windisplay.h"
#include "winGraphicsPipe.h"
#include "winGraphicsWindow.h"
#include "dconfig.h"

Go to the source code of this file.

Functions

 Configure (config_windisplay)
 NotifyCategoryDef (windisplay,"display")
 ConfigureFn (config_windisplay)
void init_libwindisplay ()
 Initializes the library.

Filename get_icon_filename ()
Filename get_color_cursor_filename ()
Filename get_mono_cursor_filename ()

Variables

bool show_fps_meter = config_windisplay.GetBool("show-fps-meter", false)
float fps_meter_update_interval = max(0.5,config_windisplay.GetFloat("fps-meter-update-interval", 1.7))
bool responsive_minimized_fullscreen_window = config_windisplay.GetBool("responsive-minimized-fullscreen-window",false)
bool support_wiregl = config_windisplay.GetBool("support-wiregl", false)
bool do_vidmemsize_check = config_windisplay.GetBool("do-vidmemsize-check", true)
bool ime_composition_w = config_windisplay.GetBool("ime-composition-w", true)
bool sync_video = config_windisplay.GetBool("sync-video", true)
bool swapbuffer_framelock = config_windisplay.GetBool("swapbuffer-framelock", false)
bool force_software_renderer = config_windisplay.GetBool("force-software-renderer", false)
bool allow_software_renderer = config_windisplay.GetBool("allow-software-renderer", false)


Detailed Description

Definition in file config_windisplay.cxx.


Function Documentation

Configure config_windisplay   ) 
 

ConfigureFn config_windisplay   ) 
 

Definition at line 30 of file config_windisplay.cxx.

References fps_meter_update_interval, and show_fps_meter.

Filename get_color_cursor_filename  ) 
 

Definition at line 86 of file config_windisplay.cxx.

Filename get_icon_filename  ) 
 

Definition at line 81 of file config_windisplay.cxx.

References ExecutionEnvironment::expand_string().

Referenced by WinGraphicsWindow::static_window_proc().

Filename get_mono_cursor_filename  ) 
 

Definition at line 91 of file config_windisplay.cxx.

References allow_software_renderer, force_software_renderer, swapbuffer_framelock, and sync_video.

Referenced by WinGraphicsWindow::static_window_proc().

void init_libwindisplay  ) 
 

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_windisplay.cxx.

References ExecutionEnvironment::expand_string().

NotifyCategoryDef windisplay  ,
"display" 
 


Variable Documentation

bool allow_software_renderer = config_windisplay.GetBool("allow-software-renderer", false)
 

Definition at line 107 of file config_windisplay.cxx.

Referenced by get_mono_cursor_filename().

bool do_vidmemsize_check = config_windisplay.GetBool("do-vidmemsize-check", true)
 

Definition at line 44 of file config_windisplay.cxx.

bool force_software_renderer = config_windisplay.GetBool("force-software-renderer", false)
 

Definition at line 106 of file config_windisplay.cxx.

Referenced by get_mono_cursor_filename().

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

Definition at line 35 of file config_windisplay.cxx.

Referenced by ConfigureFn().

bool ime_composition_w = config_windisplay.GetBool("ime-composition-w", true)
 

Definition at line 50 of file config_windisplay.cxx.

Referenced by WinGraphicsWindow::open_window().

bool responsive_minimized_fullscreen_window = config_windisplay.GetBool("responsive-minimized-fullscreen-window",false)
 

Definition at line 37 of file config_windisplay.cxx.

bool show_fps_meter = config_windisplay.GetBool("show-fps-meter", false)
 

Definition at line 34 of file config_windisplay.cxx.

Referenced by ConfigureFn().

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

Definition at line 41 of file config_windisplay.cxx.

bool swapbuffer_framelock = config_windisplay.GetBool("swapbuffer-framelock", false)
 

Definition at line 104 of file config_windisplay.cxx.

Referenced by get_mono_cursor_filename().

bool sync_video = config_windisplay.GetBool("sync-video", true)
 

Definition at line 101 of file config_windisplay.cxx.

Referenced by get_mono_cursor_filename().


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