|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "threads/SystemClock.h"#include "GUIWindowSlideShow.h"#include "Application.h"#include "ServiceBroker.h"#include "messaging/ApplicationMessenger.h"#include "utils/URIUtils.h"#include "URL.h"#include "guilib/GUIComponent.h"#include "guilib/TextureManager.h"#include "guilib/GUILabelControl.h"#include "input/Key.h"#include "GUIInfoManager.h"#include "filesystem/Directory.h"#include "GUIDialogPictureInfo.h"#include "GUIUserMessages.h"#include "guilib/GUIWindowManager.h"#include "settings/DisplaySettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "FileItem.h"#include "guilib/Texture.h"#include "rendering/RenderSystem.h"#include "guilib/LocalizeStrings.h"#include "TextureDatabase.h"#include "utils/log.h"#include "utils/Random.h"#include "utils/Variant.h"#include "interfaces/AnnouncementManager.h"#include "pictures/GUIViewStatePictures.h"#include "pictures/PictureThumbLoader.h"#include "PlayListPlayer.h"#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 |