Functions | |
| template<typename T > | |
| bool | jsValueHasType (const QJSValue &v) |
| Type-checker for QJSValue results — selects isBool() for bool, isNumber() for numeric types. | |
| template<typename T > | |
| T | jsValueTo (const QJSValue &v) |
| Type-converter for QJSValue results — selects toBool() for bool, toInt() for int, toNumber() for qreal. | |
| bool PhosphorTiles::detail::jsValueHasType | ( | const QJSValue & | v | ) |
Type-checker for QJSValue results — selects isBool() for bool, isNumber() for numeric types.
| T PhosphorTiles::detail::jsValueTo | ( | const QJSValue & | v | ) |
Type-converter for QJSValue results — selects toBool() for bool, toInt() for int, toNumber() for qreal.