|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowPictures.h"#include "Application.h"#include "Autorun.h"#include "GUIDialogPictureInfo.h"#include "GUIPassword.h"#include "GUIWindowSlideShow.h"#include "PictureInfoLoader.h"#include "PlayListPlayer.h"#include "ServiceBroker.h"#include "URL.h"#include "Util.h"#include "addons/GUIDialogAddonInfo.h"#include "dialogs/GUIDialogMediaSource.h"#include "dialogs/GUIDialogProgress.h"#include "guilib/GUIComponent.h"#include "guilib/GUIWindowManager.h"#include "interfaces/AnnouncementManager.h"#include "media/MediaLockState.h"#include "messaging/helpers/DialogOKHelper.h"#include "playlists/PlayList.h"#include "playlists/PlayListFactory.h"#include "settings/MediaSourceSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "threads/SystemClock.h"#include "utils/SortUtils.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include "utils/Variant.h"#include "utils/log.h"#include "view/GUIViewState.h"Macros | |
| #define | CONTROL_BTNVIEWASICONS 2 |
| #define | CONTROL_BTNSORTBY 3 |
| #define | CONTROL_BTNSORTASC 4 |
| #define | CONTROL_LABELFILES 12 |
| #define | CONTROL_BTNSLIDESHOW 6 |
| #define | CONTROL_BTNSLIDESHOW_RECURSIVE 7 |
| #define | CONTROL_SHUFFLE 9 |
| #define CONTROL_BTNSLIDESHOW 6 |
| #define CONTROL_BTNSLIDESHOW_RECURSIVE 7 |
| #define CONTROL_BTNSORTASC 4 |
| #define CONTROL_BTNSORTBY 3 |
| #define CONTROL_BTNVIEWASICONS 2 |
| #define CONTROL_LABELFILES 12 |
| #define CONTROL_SHUFFLE 9 |