xbmc
|
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) |
|
overridevirtual |
Get the dimensions of this target.
Dimensions are ignored for fullscreen windows.
Reimplemented from KODI::RETRO::IGUIRenderSettings.
|
overridevirtual |
Get the settings used to render this target.
Implements KODI::RETRO::IGUIRenderSettings.