Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogNetworkSetup.h"
#include "ServiceBroker.h"
#include "URL.h"
#include "addons/VFSEntry.h"
#include "dialogs/GUIDialogFileBrowser.h"
#include "guilib/GUIComponent.h"
#include "guilib/GUIEditControl.h"
#include "guilib/GUIWindowManager.h"
#include "guilib/LocalizeStrings.h"
#include "messaging/helpers/DialogOKHelper.h"
#include "settings/lib/Setting.h"
#include "settings/windows/GUIControlSettings.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/log.h"
#include <utility>
Macros | |
#define | CONTROL_OK 28 |
#define | CONTROL_CANCEL 29 |
#define | SETTING_PROTOCOL "protocol" |
#define | SETTING_SERVER_ADDRESS "serveraddress" |
#define | SETTING_SERVER_BROWSE "serverbrowse" |
#define | SETTING_PORT_NUMBER "portnumber" |
#define | SETTING_USERNAME "username" |
#define | SETTING_PASSWORD "password" |
#define | SETTING_REMOTE_PATH "remotepath" |
#define CONTROL_CANCEL 29 |
#define CONTROL_OK 28 |
#define SETTING_PASSWORD "password" |
#define SETTING_PORT_NUMBER "portnumber" |
#define SETTING_PROTOCOL "protocol" |
#define SETTING_REMOTE_PATH "remotepath" |
#define SETTING_SERVER_ADDRESS "serveraddress" |
#define SETTING_SERVER_BROWSE "serverbrowse" |
#define SETTING_USERNAME "username" |