|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowVideoPlaylist.h"#include "FileItemList.h"#include "GUIUserMessages.h"#include "PartyModeManager.h"#include "PlayListPlayer.h"#include "ServiceBroker.h"#include "Util.h"#include "application/ApplicationComponents.h"#include "application/ApplicationPlayer.h"#include "dialogs/GUIDialogSmartPlaylistEditor.h"#include "guilib/GUIComponent.h"#include "guilib/GUIKeyboardFactory.h"#include "guilib/GUIWindowManager.h"#include "guilib/LocalizeStrings.h"#include "input/actions/Action.h"#include "input/actions/ActionIDs.h"#include "playlists/PlayListM3U.h"#include "settings/MediaSettings.h"#include "settings/MediaSourceSettings.h"#include "settings/Settings.h"#include "settings/SettingsComponent.h"#include "utils/URIUtils.h"#include "utils/Variant.h"#include "utils/log.h"#include "video/VideoFileItemClassify.h"#include "video/guilib/VideoPlayActionProcessor.h"Macros | |
| #define | CONTROL_BTNVIEWASICONS 2 |
| #define | CONTROL_BTNSORTBY 3 |
| #define | CONTROL_BTNSORTASC 4 |
| #define | CONTROL_LABELFILES 12 |
| #define | CONTROL_BTNSHUFFLE 20 |
| #define | CONTROL_BTNSAVE 21 |
| #define | CONTROL_BTNCLEAR 22 |
| #define | CONTROL_BTNPLAY 23 |
| #define | CONTROL_BTNNEXT 24 |
| #define | CONTROL_BTNPREVIOUS 25 |
| #define | CONTROL_BTNREPEAT 26 |
| #define CONTROL_BTNCLEAR 22 |
| #define CONTROL_BTNNEXT 24 |
| #define CONTROL_BTNPLAY 23 |
| #define CONTROL_BTNPREVIOUS 25 |
| #define CONTROL_BTNREPEAT 26 |
| #define CONTROL_BTNSAVE 21 |
| #define CONTROL_BTNSHUFFLE 20 |
| #define CONTROL_BTNSORTASC 4 |
| #define CONTROL_BTNSORTBY 3 |
| #define CONTROL_BTNVIEWASICONS 2 |
| #define CONTROL_LABELFILES 12 |