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

The actual VideoModeParams determined by the LowLevelWindow implementation. Contains all the attributes of VideoModeParams, plus the actual window width/height determined by LLW. More...

#include <RageDisplay.h>

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

Public Member Functions

 ActualVideoModeParams (const VideoModeParams &params)
 
 ActualVideoModeParams (VideoModeParams &&params)
 
 ActualVideoModeParams (const VideoModeParams &params, int windowWidth, int windowHeight, bool renderOffscreen)
 
ActualVideoModeParamsoperator= (const ActualVideoModeParams &)=default
 
- Public Member Functions inherited from VideoModeParams
 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

int windowWidth { 0 }
 
int windowHeight { 0 }
 
bool renderOffscreen { false }
 
- Public Attributes inherited from VideoModeParams
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 actual VideoModeParams determined by the LowLevelWindow implementation. Contains all the attributes of VideoModeParams, plus the actual window width/height determined by LLW.


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