|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogNetworkSetup.h"#include <utility>#include "addons/AddonManager.h"#include "addons/VFSEntry.h"#include "addons/binary-addons/BinaryAddonBase.h"#include "ServiceBroker.h"#include "dialogs/GUIDialogFileBrowser.h"#include "messaging/helpers/DialogOKHelper.h"#include "guilib/GUIComponent.h"#include "guilib/GUIEditControl.h"#include "guilib/GUIWindowManager.h"#include "guilib/LocalizeStrings.h"#include "settings/lib/Setting.h"#include "settings/windows/GUIControlSettings.h"#include "URL.h"#include "utils/log.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"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" |