Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _Mutex, FileLogger
 _Stream, FileLogger
B
 BackBufferFormat, SETTINGS_TYP
 bpp
 Bpp, IMAGE_OPTIONS_TYP
D
 dwD3DInitMode, SETTINGS_TYP
F
 Flags
H
 height, RSRC_LOCKINFO_TYP
 Height
 hwndMain, SETTINGS_TYP
 hz, SETTINGS_TYP
I
 Image_Flags, IMAGE_OPTIONS_TYP
 IsActive, SETTINGS_TYP
 IsDebugWindow, SETTINGS_TYP
 IsLogWindow, SETTINGS_TYP
 IsWindowed, SETTINGS_TYP
L
 Left, ViewInit2D_TYP
 LoadFunc, IMAGE_OPTIONS_TYP
 LoadRect, IMAGE_OPTIONS_TYP
 LOG, Logger
M
 Mode, SETTINGS_TYP
N
 numMipMaps, IMAGE_OPTIONS_TYP
P
 pDest, RSRC_LOCKINFO_TYP
 pFilename, IMAGE_OPTIONS_TYP
 Pitch, RSRC_LOCKINFO_TYP
S
 Size
 SrcKeyColor, IMAGE_OPTIONS_TYP
 Stride, RSRC_LOCKINFO_TYP
 Surface, ViewInit2D_TYP
T
 tError, Errors
 Top, ViewInit2D_TYP
V
 Valid, RSRC_LOCKINFO_TYP
 Vertex_Type, VERTEX_OPTIONS_TYP
 VSync, SETTINGS_TYP
W
 width, RSRC_LOCKINFO_TYP
 Width
boost::recursive_mutex _Mutex
boost::recursive_mutex that protects the class from multiple threads accessing the _Stream at the same time.
std::fstream _Stream
std::fstream The stream that links to the filename for logging
UINT BackBufferFormat
UINT Specifies the exact type of the back buffer for D3D objects to know
int bpp
INT The bits per pxiel.
UINT bpp
UINT The Bits per Pixel of the display
int Bpp
INT Specifies a different bpp to convert the image to
DWORD dwD3DInitMode
DWORD Some options for the D3DInterface to use.
DWORD Flags
DWORD This is a RSRC::RSRC_FLAG_TYP
unsigned int Flags
UINT These are flags from RNDR::ViewInit2D_Flag_TYP.
int height
INT Height of the resource.
UINT Height
UINT The height of the display surface
unsigned short Height
USHORT This is the height of the View in either pixels or percentage of total window size
HWND hwndMain
HWND The main window
UINT hz
UINT The Hertz the screen updates at.
DWORD Image_Flags
DWORD RSRC::IMAGE_FLAGS_TYP that help setup options for loading the image
UINT IsActive
UINT Specifies wether the program is still active or not
UINT IsDebugWindow
UINT Specifies wether a debug control panel window exists or not
UINT IsLogWindow
UINT Specifies wether a log window exists or not
UINT IsWindowed
UINT Specifies whether the program is windowed or not
unsigned short Left
USHORT This specifies where the top of the View should start.
int (*LoadFunc)(RSRC_LOCKINFO_PTR)
*(LoadFunc)(RSRC::RSRC_LOCKINFO_PTR) Pointer to a function to load data to.
RECT LoadRect
RECT Size of the image or surface to create
FileLogger type that’s used for all the logging during the running of the program
MODE_TYP Mode
MODE_TYP The rendering mode requested
int numMipMaps
INT Specifies the mipmap level if MIPMAP flag is set (0 for maximum)
void* pDest
VOID* Points to the beginning of the memory block
char *pFilename
char* Null terminated filename to load
int Pitch
INT The amount of bytes between “lines” in the Resource
int Size
INT Size of the resource in number of strides
int Size
INT The size of the vertex buffer
DWORD SrcKeyColor
DWORD Color for SrcKeying
int Stride
INT The amount of bytes between objects (ie.
RSRC::SurfaceResource Surface
SurfaceResource That will be the destination of the view.
extern int volatile tError
This is used to specify a fatal error and is used to fall out of the program when detected.
unsigned short Top
USHORT This specifies where the top of the View should start.
int Valid
INT Wether the lock is valid or not
DWORD Vertex_Type
DWORD RSRC::VERTEX_TYPE_TYP used to descrive the vertex buffer
UINT VSync
UINT Determines wether VSync should be attempted or not
int width
INT Width of the Resource
UINT Width
UINT The width of the display surface
unsigned short Width
USHORT This is the width of the View in either pixels or percentage of total window size
Close