|
PdQmlWidgets
2.0.0
|
Classes | |
| class | LiveSvg |
| class | ScalarVariant |
| Scalar Variant to be used in QML applications which is aware of the process to detect connections/or reconnect. More... | |
| class | ValueRing |
| Time/Value ring buffer. More... | |
| class | VectorVariant |
| Vector Variant to be used in QML applications. More... | |
Functions | |
| void Q_DECL_EXPORT | setQmlImportPathToResourceFile (QQmlEngine &engine) |
| int Q_DECL_EXPORT | registerScalarVariant () |
| int Q_DECL_EXPORT | registerVectorVariant () |
| int Q_DECL_EXPORT | registerLiveSvg () |
| void Q_DECL_EXPORT | registerQtPdComTypes () |
Variables | |
| Q_DECL_EXPORT const char *const | pdqmlwidgets_version_code |
| Library version string as "major.minor.patch". More... | |
| Q_DECL_EXPORT const char *const | pdqmlwidgets_full_version |
| Library version with four fields followed by the commit hash. More... | |
| int Q_DECL_EXPORT PdQmlWidgets::registerLiveSvg | ( | ) |
| void Q_DECL_EXPORT PdQmlWidgets::registerQtPdComTypes | ( | ) |
| int Q_DECL_EXPORT PdQmlWidgets::registerScalarVariant | ( | ) |
| int Q_DECL_EXPORT PdQmlWidgets::registerVectorVariant | ( | ) |
| void Q_DECL_EXPORT PdQmlWidgets::setQmlImportPathToResourceFile | ( | QQmlEngine & | engine | ) |
| Q_DECL_EXPORT const char* const PdQmlWidgets::pdqmlwidgets_full_version |
Library version with four fields followed by the commit hash.
A trailing plus sign shows that uncommitted changes existed during the build. The hash is prefixed with a "g" to indicate that git is used as version control system.
Example: "5.1.0.8.gea62937+".
| Q_DECL_EXPORT const char* const PdQmlWidgets::pdqmlwidgets_version_code |
Library version string as "major.minor.patch".