Represents a Qml component which can be loaded from a resource.
More...
#include <QmlComponentInfo.h>
|
| const QString | _title |
| | Title for page.
|
| |
| const QUrl | _url |
| | Qml source code.
|
| |
| const QUrl | _icon |
| | Icon for page.
|
| |
| const bool | _requiresVehicle |
| | Page requires connected vehicle.
|
| |
Represents a Qml component which can be loaded from a resource.
Definition at line 8 of file QmlComponentInfo.h.
◆ QmlComponentInfo()
| QmlComponentInfo::QmlComponentInfo |
( |
const QString & |
title, |
|
|
QUrl |
url, |
|
|
QUrl |
icon = QUrl(), |
|
|
QObject * |
parent = nullptr, |
|
|
bool |
requiresVehicle = false |
|
) |
| |
◆ ~QmlComponentInfo()
| QmlComponentInfo::~QmlComponentInfo |
( |
| ) |
|
◆ icon()
| QUrl QmlComponentInfo::icon |
( |
| ) |
const |
|
inline |
◆ requiresVehicle()
| bool QmlComponentInfo::requiresVehicle |
( |
| ) |
const |
|
inline |
◆ title()
| const QString & QmlComponentInfo::title |
( |
| ) |
const |
|
inline |
◆ url()
| QUrl QmlComponentInfo::url |
( |
| ) |
const |
|
inline |
◆ _icon
| const QUrl QmlComponentInfo::_icon |
|
protected |
◆ _requiresVehicle
| const bool QmlComponentInfo::_requiresVehicle |
|
protected |
◆ _title
| const QString QmlComponentInfo::_title |
|
protected |
◆ _url
| const QUrl QmlComponentInfo::_url |
|
protected |
The documentation for this class was generated from the following files: