xbmc
Public Member Functions | List of all members
KODI::RETRO::CGUIRenderSettings Class Reference
Inheritance diagram for KODI::RETRO::CGUIRenderSettings:
Inheritance graph
[legend]
Collaboration diagram for KODI::RETRO::CGUIRenderSettings:
Collaboration graph
[legend]

Public Member Functions

 CGUIRenderSettings (CGUIGameControl &guiControl)
 
bool HasVideoFilter () const override
 Returns true if this render target has a video filter set.
 
bool HasStretchMode () const override
 Returns true if this render target has a stretch mode set.
 
bool HasRotation () const override
 Returns true if this render target has a video rotation set.
 
bool HasPixels () const override
 Returns true if this render target has a path to a savestate for showing pixel data.
 
CRenderSettings GetSettings () const override
 Get the settings used to render this target. More...
 
CRect GetDimensions () const override
 Get the dimensions of this target. More...
 
void Reset ()
 
void SetSettings (CRenderSettings settings)
 
void SetDimensions (const CRect &dimensions)
 
void SetVideoFilter (const std::string &videoFilter)
 
void SetStretchMode (STRETCHMODE stretchMode)
 
void SetRotationDegCCW (unsigned int rotationDegCCW)
 
void SetPixels (const std::string &pixelPath)
 

Member Function Documentation

◆ GetDimensions()

CRect CGUIRenderSettings::GetDimensions ( ) const
overridevirtual

Get the dimensions of this target.

Dimensions are ignored for fullscreen windows.

Returns
The destination dimensions, or unused for fullscreen window

Reimplemented from KODI::RETRO::IGUIRenderSettings.

◆ GetSettings()

CRenderSettings CGUIRenderSettings::GetSettings ( ) const
overridevirtual

Get the settings used to render this target.

Returns
The render settings

Implements KODI::RETRO::IGUIRenderSettings.


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