Etterna 0.74.4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VideoModeParams Class Reference

The parameters used for the present Video Mode. More...

#include <RageDisplay.h>

Inheritance diagram for VideoModeParams:
Inheritance graph
[legend]
Collaboration diagram for VideoModeParams:
Collaboration graph
[legend]

Public Member Functions

 VideoModeParams (bool windowed_, std::string sDisplayId_, int width_, int height_, int bpp_, int rate_, bool vsync_, bool interlaced_, bool bSmoothLines_, bool bTrilinearFiltering_, bool bAnisotropicFiltering_, bool bWindowIsFullscreenBorderless_, std::string sWindowTitle_, std::string sIconFile_, bool PAL_, float fDisplayAspectRatio_)
 
 VideoModeParams (const VideoModeParams &other)
 
 VideoModeParams (VideoModeParams &&other)
 
VideoModeParamsoperator= (const VideoModeParams &)=default
 

Public Attributes

bool windowed { false }
 
std::string sDisplayId
 
int width { 0 }
 
int height { 0 }
 
int bpp { 0 }
 
int rate { 0 }
 
bool vsync { false }
 
bool interlaced { false }
 
bool bSmoothLines { false }
 
bool bTrilinearFiltering { false }
 
bool bAnisotropicFiltering { false }
 
bool bWindowIsFullscreenBorderless { false }
 
std::string sWindowTitle
 
std::string sIconFile
 
bool PAL { false }
 
float fDisplayAspectRatio { 0.0F }
 

Detailed Description

The parameters used for the present Video Mode.


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