Loader Class
class QScxmlCompiler::LoaderLoader 클래스는 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)
name URI를 확인하고 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.