WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
This interface allows Qt applications to access Zuble's platform-independent binary resource management functions. More...
#include <ZResourceEdifyIF.h>
Public Member Functions | |
virtual | ~ZResourceEdifyIF () |
virtual bool | mapResource (const char *uri, int versionMajor, int versionMinor, const char *fileName)=0 |
virtual bool | registerResource (const char *uri, int versionMajor, int versionMinor)=0 |
virtual bool | mapConfigResources (const char *configFilePath)=0 |
virtual bool | mapPluginResources (const char *fileName, bool qmlRegister)=0 |
virtual bool | mapConfigSettings (const char *fileName)=0 |
This interface allows Qt applications to access Zuble's platform-independent binary resource management functions.
It is used for setting up the resource environment prior to running Zuble QML/Javascript programs.
Definition at line 44 of file ZResourceEdifyIF.h.
|
inlinevirtual |
Definition at line 47 of file ZResourceEdifyIF.h.
|
pure virtual |
Implemented in Zbl::Zblcore.
Referenced by loadZubleConfiguration(), and ~ZResourceEdifyIF().
|
pure virtual |
Implemented in Zbl::Zblcore.
Referenced by loadZubleConfiguration(), and ~ZResourceEdifyIF().
|
pure virtual |
Implemented in Zbl::Zblcore.
Referenced by loadPlugin(), loadZubleConfiguration(), and ~ZResourceEdifyIF().
|
pure virtual |
Implemented in Zbl::Zblcore.
Referenced by ~ZResourceEdifyIF().
|
pure virtual |
Implemented in Zbl::Zblcore.
Referenced by ~ZResourceEdifyIF().
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.