QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QmlComponentInfo.cc
Go to the documentation of this file.
1
#include "
QmlComponentInfo.h
"
2
#include "
QGCLoggingCategory.h
"
3
4
QGC_LOGGING_CATEGORY
(QmlComponentInfoLog,
"API.QmlComponentInfo"
);
5
6
QmlComponentInfo::QmlComponentInfo
(
const
QString &title, QUrl url, QUrl icon, QObject *parent,
bool
requiresVehicle)
7
: QObject(parent)
8
, _title(title)
9
, _url(url)
10
, _icon(icon)
11
, _requiresVehicle(requiresVehicle)
12
{
13
// qCDebug(QmlComponentInfoLog) << Q_FUNC_INFO << this;
14
}
15
16
QmlComponentInfo::~QmlComponentInfo
()
17
{
18
// qCDebug(QmlComponentInfoLog) << Q_FUNC_INFO << this;
19
}
QGCLoggingCategory.h
QGC_LOGGING_CATEGORY
#define QGC_LOGGING_CATEGORY(name, categoryStr)
Definition
QGCLoggingCategory.h:7
QmlComponentInfo.h
QmlComponentInfo::QmlComponentInfo
QmlComponentInfo(const QString &title, QUrl url, QUrl icon=QUrl(), QObject *parent=nullptr, bool requiresVehicle=false)
Definition
QmlComponentInfo.cc:6
QmlComponentInfo::~QmlComponentInfo
~QmlComponentInfo()
Definition
QmlComponentInfo.cc:16
src
API
QmlComponentInfo.cc
Generated by
1.9.8