#include "VehicleCameraControl.h"
#include "QGCCameraIO.h"
#include "QGCApplication.h"
#include "SettingsManager.h"
#include "AppSettings.h"
#include "VideoManager.h"
#include "QGCCameraManager.h"
#include "FTPManager.h"
#include "QGCCompression.h"
#include "QGCCorePlugin.h"
#include "QGCFileHelper.h"
#include "Vehicle.h"
#include "LinkInterface.h"
#include "MAVLinkProtocol.h"
#include "QGCVideoStreamInfo.h"
#include "MissionCommandTree.h"
#include <QtNetwork/QNetworkAccessManager>
#include <QtCore/QDir>
#include <QtCore/QSettings>
#include <QtXml/QDomDocument>
#include <QtXml/QDomNodeList>
#include <QtQml/QQmlEngine>
#include <QtNetwork/QNetworkReply>
#include "QGCNetworkHelper.h"
Go to the source code of this file.
|
| static bool | read_attribute (QDomNode &node, const char *tagName, bool &target) |
| |
| static bool | read_attribute (QDomNode &node, const char *tagName, int &target) |
| |
| static bool | read_attribute (QDomNode &node, const char *tagName, QString &target) |
| |
| static bool | read_value (QDomNode &element, const char *tagName, QString &target) |
| |
◆ read_attribute() [1/3]
| static bool read_attribute |
( |
QDomNode & |
node, |
|
|
const char * |
tagName, |
|
|
bool & |
target |
|
) |
| |
|
static |
◆ read_attribute() [2/3]
| static bool read_attribute |
( |
QDomNode & |
node, |
|
|
const char * |
tagName, |
|
|
int & |
target |
|
) |
| |
|
static |
◆ read_attribute() [3/3]
| static bool read_attribute |
( |
QDomNode & |
node, |
|
|
const char * |
tagName, |
|
|
QString & |
target |
|
) |
| |
|
static |
◆ read_value()
| static bool read_value |
( |
QDomNode & |
element, |
|
|
const char * |
tagName, |
|
|
QString & |
target |
|
) |
| |
|
static |