Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowMusicPlaylist.h"
#include "FileItem.h"
#include "FileItemList.h"
#include "GUIUserMessages.h"
#include "PartyModeManager.h"
#include "PlayListPlayer.h"
#include "ServiceBroker.h"
#include "Util.h"
#include "application/Application.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 "music/MusicFileItemClassify.h"
#include "music/tags/MusicInfoTag.h"
#include "playlists/PlayListM3U.h"
#include "profiles/ProfileManager.h"
#include "settings/MediaSettings.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "utils/LabelFormatter.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_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 |