#include <QtWidgets/QApplication>
#include <QQmlEngine>
#include <QQmlContext>
#include <QDir>
#include <QXmlSchema>
#include "qtquick2applicationviewer.h"
#include <QDebug>
#include <QPluginLoader>
#include <QQmlExtensionPlugin>
#include <QJsonObject>
#include <QJsonValue>
#include <QJsonArray>
#include <QJsonDocument>
#include <QObject>
#include <QProcessEnvironment>
#include "ZResourceEdifyIF.h"
Go to the source code of this file.
◆ addImportPath()
void addImportPath |
( |
const QString & |
prefix, |
|
|
const QString & |
path, |
|
|
QQmlEngine * |
engine |
|
) |
| |
◆ addPath()
void addPath |
( |
const QString & |
prefix, |
|
|
const QString & |
path, |
|
|
QStringList & |
pathList |
|
) |
| |
◆ dumpEnv()
void dumpEnv |
( |
const char * |
name | ) |
|
◆ dumpJsonArray()
void dumpJsonArray |
( |
QJsonArray |
jsonArray | ) |
|
◆ dumpJsonObject()
void dumpJsonObject |
( |
QJsonObject |
jsonObject | ) |
|
◆ dumpJsonValue()
void dumpJsonValue |
( |
const QString & |
key, |
|
|
QJsonValue & |
jsonValue |
|
) |
| |
◆ dumpPathList()
void dumpPathList |
( |
const QStringList & |
list | ) |
|
◆ dumpResourceSpace()
void dumpResourceSpace |
( |
QString |
path | ) |
|
◆ getEnv()
QString getEnv |
( |
const char * |
name | ) |
|
◆ loadZubleConfiguration()
bool loadZubleConfiguration |
( |
const QString & |
configFilePath | ) |
|
◆ main()
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ showAppStructureMessage()
void showAppStructureMessage |
( |
const char * |
appName | ) |
|
◆ validateXMLDoc()
bool validateXMLDoc |
( |
const QString & |
schemaUrl, |
|
|
const QString & |
docUrl |
|
) |
| |
◆ versionBuild
QString versionBuild = "prototype-91" |
|
static |
◆ versionMajor
◆ versionMinor
◆ versionPatch
Zuble documentation copyright © 2019 Bob Dinitto.
Documentation contributions included
herein are the copyrights of their respective owners. The documentation
provided herein is licensed under the terms of the
GNU Free Documentation License version 1.3
as published by the Free Software Foundation.
Zuble is a derivative work of Qt version 5.
Qt and respective logos are trademarks of The Qt Company Ltd. in Finland
and/or other countries worldwide.
All other trademarks are property of their respective owners.