Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <WindowInterceptor.h>
Public Member Functions | |
ref (InterceptorBase *b) | |
~ref () | |
CGUIWindow * | operator-> () |
CGUIWindow * | get () |
Guard class. But instead of managing memory or thread resources, any call made using the operator-> results in an 'upcall.' That is, it expects the call about to be made to have come from the XBMCAddon xbmcgui Window API and not from either the scripting language or the XBMC core Windowing system.
This class is meant to hold references to instances of Interceptor
. see that template definition below.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |