| kodi
    | 
Interface to pass render settings from the GUI to the renderer. More...
#include <IGUIRenderSettings.h>

| Public Member Functions | |
| 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.  More... | |
| virtual CRect | GetDimensions () const | 
| Get the dimensions of this target.  More... | |
Interface to pass render settings from the GUI to the renderer.
| 
 | 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::CGUIRenderSettings, and KODI::RETRO::CGUIGameSettings.
 1.8.13
 1.8.13