nodeguy/website/docs/api/generated/classes/qstyle.md
Atul R 392aa3cd4c
Adds automatic docs for now (#308)
* adds basic typedoc

* backup

* Adds all docs to source code

* Adds autogenerated docs

* Fixes doc links

* Updates docs
2019-12-29 00:42:06 +05:30

97 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: "qstyle"
title: "QStyle"
sidebar_label: "QStyle"
---
## Hierarchy
* [Component](component.md)
**QStyle**
## Index
### Constructors
* [constructor](qstyle.md#constructor)
### Properties
* [native](qstyle.md#native)
* [nodeChildren](qstyle.md#nodechildren)
* [nodeParent](qstyle.md#optional-nodeparent)
### Methods
* [pixelMetric](qstyle.md#pixelmetric)
* [setNodeParent](qstyle.md#setnodeparent)
## Constructors
### constructor
\+ **new QStyle**(`native`: [NativeElement](../globals.md#nativeelement)): *[QStyle](qstyle.md)*
**Parameters:**
Name | Type |
------ | ------ |
`native` | [NativeElement](../globals.md#nativeelement) |
**Returns:** *[QStyle](qstyle.md)*
## Properties
### native
**native**: *[NativeElement](../globals.md#nativeelement)*
*Overrides [Component](component.md).[native](component.md#abstract-native)*
___
### nodeChildren
**nodeChildren**: *Setunknown* = new Set()
*Inherited from [Component](component.md).[nodeChildren](component.md#nodechildren)*
___
### `Optional` nodeParent
**nodeParent**? : *[Component](component.md)*
*Inherited from [Component](component.md).[nodeParent](component.md#optional-nodeparent)*
## Methods
### pixelMetric
**pixelMetric**(`metric`: [QStylePixelMetric](../enums/qstylepixelmetric.md)): *number*
**Parameters:**
Name | Type |
------ | ------ |
`metric` | [QStylePixelMetric](../enums/qstylepixelmetric.md) |
**Returns:** *number*
___
### setNodeParent
**setNodeParent**(`parent?`: [Component](component.md)): *void*
*Inherited from [Component](component.md).[setNodeParent](component.md#setnodeparent)*
**Parameters:**
Name | Type |
------ | ------ |
`parent?` | [Component](component.md) |
**Returns:** *void*