zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
SDLTest_CommonState Struct Reference

#include <SDL_test_common.h>

Public Attributes

char ** argv
 
const char * audiodriver
 
SDL_AudioSpec audiospec
 
int depth
 
int display
 
Uint32 flags
 
int gl_accelerated
 
int gl_accum_alpha_size
 
int gl_accum_blue_size
 
int gl_accum_green_size
 
int gl_accum_red_size
 
int gl_alpha_size
 
int gl_blue_size
 
int gl_buffer_size
 
int gl_debug
 
int gl_depth_size
 
int gl_double_buffer
 
int gl_green_size
 
int gl_major_version
 
int gl_minor_version
 
int gl_multisamplebuffers
 
int gl_multisamplesamples
 
int gl_red_size
 
int gl_retained_backing
 
int gl_stencil_size
 
int gl_stereo
 
int logical_h
 
int logical_w
 
int num_windows
 
int refresh_rate
 
Uint32 render_flags
 
const char * renderdriver
 
SDL_Renderer ** renderers
 
float scale
 
SDL_bool skip_renderer
 
Uint32 verbose
 
const char * videodriver
 
Uint32 window_flags
 
int window_h
 
const char * window_icon
 
int window_maxH
 
int window_maxW
 
int window_minH
 
int window_minW
 
const char * window_title
 
int window_w
 
int window_x
 
int window_y
 
SDL_Window ** windows
 

Detailed Description

Definition at line 51 of file SDL_test_common.h.

Member Data Documentation

char** SDLTest_CommonState::argv

Definition at line 54 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonCreateState().

const char* SDLTest_CommonState::audiodriver

Definition at line 87 of file SDL_test_common.h.

Referenced by SDLTest_CommonInit().

SDL_AudioSpec SDLTest_CommonState::audiospec
int SDLTest_CommonState::depth

Definition at line 75 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::display

Definition at line 60 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg().

Uint32 SDLTest_CommonState::flags
int SDLTest_CommonState::gl_accelerated

Definition at line 107 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_accum_alpha_size

Definition at line 102 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_accum_blue_size

Definition at line 101 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_accum_green_size

Definition at line 100 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_accum_red_size

Definition at line 99 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_alpha_size

Definition at line 94 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_blue_size

Definition at line 93 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_buffer_size

Definition at line 95 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_debug
int SDLTest_CommonState::gl_depth_size

Definition at line 96 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_double_buffer

Definition at line 98 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_green_size

Definition at line 92 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_major_version

Definition at line 108 of file SDL_test_common.h.

Referenced by SDLTest_CommonInit().

int SDLTest_CommonState::gl_minor_version

Definition at line 109 of file SDL_test_common.h.

Referenced by SDLTest_CommonInit().

int SDLTest_CommonState::gl_multisamplebuffers

Definition at line 104 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_multisamplesamples

Definition at line 105 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_red_size

Definition at line 91 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_retained_backing

Definition at line 106 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_stencil_size

Definition at line 97 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::gl_stereo

Definition at line 103 of file SDL_test_common.h.

Referenced by SDLTest_CommonCreateState(), and SDLTest_CommonInit().

int SDLTest_CommonState::logical_h

Definition at line 73 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::logical_w

Definition at line 72 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::num_windows
int SDLTest_CommonState::refresh_rate

Definition at line 76 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

Uint32 SDLTest_CommonState::render_flags

Definition at line 82 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

const char* SDLTest_CommonState::renderdriver

Definition at line 81 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

SDL_Renderer** SDLTest_CommonState::renderers

Definition at line 84 of file SDL_test_common.h.

Referenced by SDLTest_CommonEvent(), SDLTest_CommonInit(), and SDLTest_CommonQuit().

float SDLTest_CommonState::scale

Definition at line 74 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

SDL_bool SDLTest_CommonState::skip_renderer

Definition at line 83 of file SDL_test_common.h.

Referenced by SDLTest_CommonInit().

Uint32 SDLTest_CommonState::verbose

Definition at line 56 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), SDLTest_CommonEvent(), and SDLTest_CommonInit().

const char* SDLTest_CommonState::videodriver

Definition at line 59 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

Uint32 SDLTest_CommonState::window_flags
int SDLTest_CommonState::window_h
const char* SDLTest_CommonState::window_icon

Definition at line 62 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::window_maxH

Definition at line 71 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::window_maxW

Definition at line 70 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::window_minH

Definition at line 69 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

int SDLTest_CommonState::window_minW

Definition at line 68 of file SDL_test_common.h.

Referenced by SDLTest_CommonArg(), and SDLTest_CommonInit().

const char* SDLTest_CommonState::window_title
int SDLTest_CommonState::window_w
int SDLTest_CommonState::window_x
int SDLTest_CommonState::window_y
SDL_Window** SDLTest_CommonState::windows

Definition at line 78 of file SDL_test_common.h.

Referenced by SDLTest_CommonEvent(), SDLTest_CommonInit(), and SDLTest_CommonQuit().


The documentation for this struct was generated from the following file: