Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor Class Reference
Inheritance diagram for XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor:
XBMCAddon::xbmcgui::InterceptorBase

Public Member Functions

 ProxyExistingWindowInterceptor (CGUIWindow *window)
 
CGUIWindowget () override
 
- Public Member Functions inherited from XBMCAddon::xbmcgui::InterceptorBase
virtual ~InterceptorBase ()
 
virtual void SetRenderOrder (int renderOrder)
 
virtual void setActive (bool active)
 
virtual bool isActive ()
 

Additional Inherited Members

- Protected Member Functions inherited from XBMCAddon::xbmcgui::InterceptorBase
 InterceptorBase ()
 
- Static Protected Member Functions inherited from XBMCAddon::xbmcgui::InterceptorBase
static bool up ()
 
- Protected Attributes inherited from XBMCAddon::xbmcgui::InterceptorBase
AddonClass::Ref< Windowwindow
 
- Static Protected Attributes inherited from XBMCAddon::xbmcgui::InterceptorBase
static thread_local refupcallTls
 

Detailed Description

This interceptor is a simple, non-callbackable (is that a word?) Interceptor to satisfy the Window requirements for upcalling for the purposes of instantiating a Window instance from an already existing window.

Constructor & Destructor Documentation

◆ ProxyExistingWindowInterceptor()

XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor::ProxyExistingWindowInterceptor ( CGUIWindow * window)
inline

Member Function Documentation

◆ get()

CGUIWindow * XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor::get ( )
overridevirtual

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