![]() |
Jellyfin Qt
QML Library for interacting with the Jellyfin multimedia server
|
Public Member Functions | |
| bool | hasDefaultValue () const |
| string | writeName () const |
| string | memberName () const |
| string | typeNameWithQualifiers () const |
| bool | needsOptional () const |
| string | nullableCheck () const |
| string | nullableSetter () const |
| string | defaultInitializer () const |
| bool | isNotNullable () const |
| string | fileName () |
Public Attributes | |
| string | originalName = "" |
| string | name = "" |
| string | typeName = "" |
| string | description = "" |
| Description of this property. | |
| bool | isNullable = false |
| If this property is nullable according to the OpenAPI spec. | |
| bool | needsPointer = false |
| bool | needsSystemImport = false |
| If the type needs a system import (Such as Qt types). | |
| bool | needsLocalImport = false |
| If the type needs a local import (such as types elsewhere in this project). | |
| bool | isContainer = false |
| If the type is a container type. | |
| bool | isTypeNullable = false |
| If this type has a non-ambigious null state. | |
| MetaTypeInfo | containerType = null |
| If isContainer is true, the type of the container. | |
| bool | isLast = false |
| For use in templating. | |
| bool | isLastNonNullable = false |
| string | defaultValue = "" |
| string | typeNullableCheck |
| string | typeNullableSetter = "" |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| MetaTypeInfo MetaTypeInfo::containerType = null |
If isContainer is true, the type of the container.
| string MetaTypeInfo::defaultValue = "" |
| string MetaTypeInfo::description = "" |
Description of this property.
| bool MetaTypeInfo::isContainer = false |
If the type is a container type.
| bool MetaTypeInfo::isLast = false |
For use in templating.
| bool MetaTypeInfo::isLastNonNullable = false |
| bool MetaTypeInfo::isNullable = false |
If this property is nullable according to the OpenAPI spec.
| bool MetaTypeInfo::isTypeNullable = false |
If this type has a non-ambigious null state.
| string MetaTypeInfo::name = "" |
| bool MetaTypeInfo::needsLocalImport = false |
If the type needs a local import (such as types elsewhere in this project).
| bool MetaTypeInfo::needsPointer = false |
| bool MetaTypeInfo::needsSystemImport = false |
If the type needs a system import (Such as Qt types).
| string MetaTypeInfo::originalName = "" |
| string MetaTypeInfo::typeName = "" |
| string MetaTypeInfo::typeNullableCheck |
| string MetaTypeInfo::typeNullableSetter = "" |