QVariant
Hierarchy
↳ QVariant
Index
Constructors
Properties
Methods
Constructors
constructor
+ new QVariant(): QVariant
Overrides Component.constructor
Returns: QVariant
+ new QVariant(nativeElement: NativeElement): QVariant
Overrides Component.constructor
Parameters:
| Name | Type |
|---|---|
nativeElement | NativeElement |
Returns: QVariant
+ new QVariant(variant: QVariantType): QVariant
Overrides Component.constructor
Parameters:
| Name | Type |
|---|---|
variant | QVariantType |
Returns: QVariant
Properties
native
• native: NativeElement
nodeChildren
• nodeChildren: Set‹Component›
Inherited from Component.nodeChildren
Optional nodeParent
• nodeParent? : Component
Inherited from Component.nodeParent
Methods
setNodeParent
â–¸ setNodeParent(parent?: Component): void
Inherited from Component.setNodeParent
Parameters:
| Name | Type |
|---|---|
parent? | Component |
Returns: void
toBool
â–¸ toBool(): boolean
Returns: boolean
toDouble
â–¸ toDouble(): number
Returns: number
toInt
â–¸ toInt(): number
Returns: number
toString
â–¸ toString(): string
Returns: string