Loader Class

class QScxmlCompiler::Loader

Loader クラスは SCXML コンパイラ用の URI リゾルバおよびリソースローダです。詳細...

パブリック関数

Loader()
virtual ~Loader()
virtual QByteArray load(const QString &name, const QString &baseDir, QStringList *errors) = 0

詳細説明

メンバ関数の説明

Loader::Loader()

新しいローダーを作成する。

[virtual noexcept] Loader::~Loader()

ローダーを破壊する。

[pure virtual] QByteArray Loader::load(const QString &name, const QString &baseDir, QStringList *errors)

URIname を解決し、baseDir で指定されたディレクトリから SCXML ファイルをロードします。errors には、発生した可能性のあるエラーに関する情報が含まれています。

ファイルの内容を格納したQByteArray を返します。

© 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.