kodi
Public Member Functions | List of all members
XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor Class Reference

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. More...

Inheritance diagram for XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor:
Inheritance graph
[legend]
Collaboration diagram for XBMCAddon::xbmcgui::ProxyExistingWindowInterceptor:
Collaboration graph
[legend]

Public Member Functions

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

Additional Inherited Members

- Static Protected Member Functions inherited from XBMCAddon::xbmcgui::InterceptorBase
static bool up ()
 Calling up ONCE resets the upcall to to false. More...
 
- 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.


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