Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Public Member Functions | |
ProxyExistingWindowInterceptor (CGUIWindow *window) | |
CGUIWindow * | get () 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< Window > | window |
Static Protected Attributes inherited from XBMCAddon::xbmcgui::InterceptorBase | |
static thread_local ref * | upcallTls |
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.
|
inline |
|
overridevirtual |
Implements XBMCAddon::xbmcgui::InterceptorBase.