En esta página

QScxmlCompiler::Loader Class

class QScxmlCompiler::Loader

La clase Loader es un URI resolver y cargador de recursos para un compilador SCXML. Más...

Funciones públicas

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

Descripción detallada

Documentación de las funciones de los miembros

Loader::Loader()

Crea un nuevo cargador.

[virtual noexcept] Loader::~Loader()

Destruye el cargador.

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

Resuelve el URI name y carga un archivo SCXML del directorio especificado por baseDir. errors contiene información sobre los errores que se hayan podido producir.

Devuelve un QByteArray que almacena el contenido del archivo.

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