Loader Class
class QScxmlCompiler::LoaderDie Loader-Klasse ist ein URI-Resolver und Ressourcen-Loader für einen SCXML-Compiler. Mehr...
Öffentliche Funktionen
Loader() | |
virtual | ~Loader() |
virtual QByteArray | load(const QString &name, const QString &baseDir, QStringList *errors) = 0 |
Dokumentation der Mitgliedsfunktionen
Loader::Loader()
Erzeugt einen neuen Lader.
[virtual noexcept]
Loader::~Loader()
Zerstört den Lader.
[pure virtual]
QByteArray Loader::load(const QString &name, const QString &baseDir, QStringList *errors)
Löst den URI name auf und lädt eine SCXML-Datei aus dem durch baseDir angegebenen Verzeichnis. errors enthält Informationen über eventuell aufgetretene Fehler.
Gibt eine QByteArray zurück, die den Inhalt der Datei speichert.
© 2025 The Qt Company Ltd. 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. 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.