#include <WinSystemAmlogic.h>
|
| | CWinSystemAmlogic () |
| |
| virtual | ~CWinSystemAmlogic () |
| |
| bool | InitWindowSystem () override |
| |
| bool | DestroyWindowSystem () override |
| |
| bool | CreateNewWindow (const std::string &name, bool fullScreen, RESOLUTION_INFO &res) override |
| |
| bool | DestroyWindow () override |
| |
| void | UpdateResolutions () override |
| |
| bool | Hide () override |
| |
| bool | Show (bool show=true) override |
| |
| virtual void | Register (IDispResource *resource) |
| |
| virtual void | Unregister (IDispResource *resource) |
| |
| | CWinSystemBase () |
| |
| virtual | ~CWinSystemBase () |
| |
| virtual CRenderSystemBase * | GetRenderSystem () |
| |
| virtual bool | ResizeWindow (int newWidth, int newHeight, int newLeft, int newTop)=0 |
| |
| virtual bool | SetFullScreen (bool fullScreen, RESOLUTION_INFO &res, bool blankOtherDisplays)=0 |
| |
| virtual bool | MoveWindow (int topLeft, int topRight) |
| |
| virtual void | FinishModeChange (RESOLUTION res) |
| |
| virtual void | FinishWindowResize (int newWidth, int newHeight) |
| |
| virtual bool | CenterWindow () |
| |
| virtual bool | IsCreated () |
| |
| virtual void | NotifyAppFocusChange (bool bGaining) |
| |
| virtual void | NotifyAppActiveChange (bool bActivated) |
| |
| virtual void | ShowOSMouse (bool show) |
| |
| virtual bool | HasCursor () |
| |
| virtual bool | HasInertialGestures () |
| |
| virtual bool | UseLimitedColor () |
| |
| virtual int | NoOfBuffers () |
| |
| virtual float | GetDisplayLatency () |
| |
| virtual float | GetFrameLatencyAdjustment () |
| |
| virtual bool | Minimize () |
| |
| virtual bool | Restore () |
| |
| virtual std::unique_ptr< CVideoSync > | GetVideoSync (void *clock) |
| |
| virtual void | OnMove (int x, int y) |
| |
| KODI::WINDOWING::COSScreenSaverManager * | GetOSScreenSaver () |
| |
| unsigned int | GetWidth () |
| |
| unsigned int | GetHeight () |
| |
| virtual bool | CanDoWindowed () |
| |
| bool | IsFullScreen () |
| |
| void | SetWindowResolution (int width, int height) |
| |
| std::vector< RESOLUTION_WHR > | ScreenResolutions (float refreshrate) |
| |
| std::vector< REFRESHRATE > | RefreshRates (int width, int height, uint32_t dwFlags) |
| |
| REFRESHRATE | DefaultRefreshRate (std::vector< REFRESHRATE > rates) |
| |
| virtual bool | HasCalibration (const RESOLUTION_INFO &resInfo) |
| |
| virtual std::string | GetClipboardText (void) |
| |
| void | RegisterRenderLoop (IRenderLoop *client) |
| |
| void | UnregisterRenderLoop (IRenderLoop *client) |
| |
| void | DriveRenderLoop () |
| |
| virtual bool | MessagePump () |
| |
| CGraphicContext & | GetGfxContext () |
| |
◆ CWinSystemAmlogic()
| CWinSystemAmlogic::CWinSystemAmlogic |
( |
| ) |
|
◆ ~CWinSystemAmlogic()
| CWinSystemAmlogic::~CWinSystemAmlogic |
( |
| ) |
|
|
virtual |
◆ CreateNewWindow()
| bool CWinSystemAmlogic::CreateNewWindow |
( |
const std::string & |
name, |
|
|
bool |
fullScreen, |
|
|
RESOLUTION_INFO & |
res |
|
) |
| |
|
overridevirtual |
◆ DestroyWindow()
| bool CWinSystemAmlogic::DestroyWindow |
( |
| ) |
|
|
overridevirtual |
◆ DestroyWindowSystem()
| bool CWinSystemAmlogic::DestroyWindowSystem |
( |
| ) |
|
|
overridevirtual |
◆ Hide()
| bool CWinSystemAmlogic::Hide |
( |
| ) |
|
|
overridevirtual |
◆ InitWindowSystem()
| bool CWinSystemAmlogic::InitWindowSystem |
( |
| ) |
|
|
overridevirtual |
◆ Register()
◆ Show()
| bool CWinSystemAmlogic::Show |
( |
bool |
show = true | ) |
|
|
overridevirtual |
◆ Unregister()
◆ UpdateResolutions()
| void CWinSystemAmlogic::UpdateResolutions |
( |
| ) |
|
|
overridevirtual |
◆ m_delayDispReset
| bool CWinSystemAmlogic::m_delayDispReset |
|
protected |
◆ m_displayHeight
| int CWinSystemAmlogic::m_displayHeight |
|
protected |
◆ m_displayWidth
| int CWinSystemAmlogic::m_displayWidth |
|
protected |
◆ m_dispResetTimer
◆ m_framebuffer_name
| std::string CWinSystemAmlogic::m_framebuffer_name |
|
protected |
◆ m_libinput
◆ m_lirc
◆ m_nativeDisplay
| EGLDisplay CWinSystemAmlogic::m_nativeDisplay |
|
protected |
◆ m_nativeWindow
| EGLNativeWindowType CWinSystemAmlogic::m_nativeWindow |
|
protected |
◆ m_resources
◆ m_resourceSection
◆ m_stereo_mode
The documentation for this class was generated from the following files: