| 
    Kodi Documentation 22.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
#include "WindowXML.h"#include "FileItemList.h"#include "ServiceBroker.h"#include "WindowException.h"#include "WindowInterceptor.h"#include "addons/Addon.h"#include "addons/Skin.h"#include "addons/addoninfo/AddonInfo.h"#include "addons/addoninfo/AddonType.h"#include "guilib/GUIComponent.h"#include "guilib/GUIWindowManager.h"#include "guilib/TextureManager.h"#include "input/actions/Action.h"#include "input/actions/ActionIDs.h"#include "utils/FileUtils.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include <mutex>Classes | |
| class | XBMCAddon::xbmcgui::WindowXMLInterceptor | 
Namespaces | |
| namespace | XBMCAddon | 
| namespace | XBMCAddon::xbmcgui | 
Macros | |
| #define | CONTROL_BTNVIEWASICONS 2 | 
| #define | CONTROL_BTNSORTBY 3 | 
| #define | CONTROL_BTNSORTASC 4 | 
| #define | CONTROL_LABELFILES 12 | 
| #define | A(x) | 
| #define | checkedb(methcall) | 
| #define | checkedv(methcall) | 
| #define A | ( | x | ) | 
| #define checkedb | ( | methcall | ) | 
This class extends the Interceptor<CGUIMediaWindow> in order to add behavior for a few more virtual functions that were unnecessary in the Window or WindowDialog.
| #define checkedv | ( | methcall | ) | 
| #define CONTROL_BTNSORTASC 4 | 
| #define CONTROL_BTNSORTBY 3 | 
| #define CONTROL_BTNVIEWASICONS 2 | 
| #define CONTROL_LABELFILES 12 |