Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface to pass render settings from the GUI to the renderer. More...
#include <IGUIRenderSettings.h>
Public Member Functions | |
virtual | ~IGUIRenderSettings ()=default |
virtual bool | HasVideoFilter () const |
Returns true if this render target has a video filter set. | |
virtual bool | HasStretchMode () const |
Returns true if this render target has a stretch mode set. | |
virtual bool | HasRotation () const |
Returns true if this render target has a video rotation set. | |
virtual bool | HasPixels () const |
Returns true if this render target has a path to a savestate for showing pixel data. | |
virtual CRenderSettings | GetSettings () const =0 |
Get the settings used to render this target. | |
virtual CRect | GetDimensions () const |
Get the dimensions of this target. | |
Interface to pass render settings from the GUI to the renderer.
|
virtualdefault |
|
inlinevirtual |
Get the dimensions of this target.
Dimensions are ignored for fullscreen windows.
Reimplemented in KODI::RETRO::CGUIRenderSettings.
|
pure virtual |
Get the settings used to render this target.
Implemented in KODI::RETRO::CGUIGameSettings, and KODI::RETRO::CGUIRenderSettings.
|
inlinevirtual |
Returns true if this render target has a path to a savestate for showing pixel data.
Reimplemented in KODI::RETRO::CGUIRenderSettings.
|
inlinevirtual |
Returns true if this render target has a video rotation set.
Reimplemented in KODI::RETRO::CGUIRenderSettings.
|
inlinevirtual |
Returns true if this render target has a stretch mode set.
Reimplemented in KODI::RETRO::CGUIRenderSettings.
|
inlinevirtual |
Returns true if this render target has a video filter set.
Reimplemented in KODI::RETRO::CGUIRenderSettings.