Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowSlideShow.h"
#include "FileItem.h"
#include "FileItemList.h"
#include "GUIDialogPictureInfo.h"
#include "GUIInfoManager.h"
#include "GUIUserMessages.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "application/Application.h"
#include "application/ApplicationComponents.h"
#include "application/ApplicationPlayer.h"
#include "application/ApplicationPowerHandling.h"
#include "filesystem/Directory.h"
#include "guilib/GUIComponent.h"
#include "guilib/GUILabelControl.h"
#include "guilib/GUIWindowManager.h"
#include "guilib/LocalizeStrings.h"
#include "guilib/Texture.h"
#include "imagefiles/ImageFileURL.h"
#include "input/actions/Action.h"
#include "input/actions/ActionIDs.h"
#include "input/mouse/MouseEvent.h"
#include "interfaces/AnnouncementManager.h"
#include "pictures/GUIViewStatePictures.h"
#include "pictures/PictureThumbLoader.h"
#include "pictures/SlideShowDelegator.h"
#include "playlists/PlayListTypes.h"
#include "rendering/RenderSystem.h"
#include "settings/DisplaySettings.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/Random.h"
#include "utils/URIUtils.h"
#include "utils/Variant.h"
#include "utils/XTimeUtils.h"
#include "utils/log.h"
#include "video/VideoFileItemClassify.h"
#include <memory>
#include <random>
Macros | |
#define | MAX_ZOOM_FACTOR 10 |
#define | MAX_PICTURE_SIZE 2048*2048 |
#define | IMMEDIATE_TRANSITION_TIME 1 |
#define | PICTURE_MOVE_AMOUNT 0.02f |
#define | PICTURE_MOVE_AMOUNT_ANALOG 0.01f |
#define | PICTURE_MOVE_AMOUNT_TOUCH 0.002f |
#define | PICTURE_VIEW_BOX_COLOR 0xffffff00 |
#define | PICTURE_VIEW_BOX_BACKGROUND 0xff000000 |
#define | ROTATION_SNAP_RANGE 10.0f |
#define | LABEL_ROW1 10 |
#define | CONTROL_PAUSE 13 |
#define CONTROL_PAUSE 13 |
#define IMMEDIATE_TRANSITION_TIME 1 |
#define LABEL_ROW1 10 |
#define MAX_PICTURE_SIZE 2048*2048 |
#define MAX_ZOOM_FACTOR 10 |
#define PICTURE_MOVE_AMOUNT 0.02f |
#define PICTURE_MOVE_AMOUNT_ANALOG 0.01f |
#define PICTURE_MOVE_AMOUNT_TOUCH 0.002f |
#define PICTURE_VIEW_BOX_BACKGROUND 0xff000000 |
#define PICTURE_VIEW_BOX_COLOR 0xffffff00 |
#define ROTATION_SNAP_RANGE 10.0f |