Types
Child
Child QML Type
A Child inheriting its parent. More...
| Import Statement: | import QDoc.Test 1.1 |
| Since: | Qt 1.1 |
| Inherits: | AbstractParent
|
Properties
Methods
- void name(Child child, name)
- void name()
- void rear(Child child, var method)
Detailed Description
Property Documentation
children : list<Child>
Children of the type.
name : string
Name of this child.
Method Documentation
void name(Child child, name)
Name a child of this child using name.
void name()
Name all children with random names.
void rear(Child child, var method = Strict)
Do some abstract parenting on child using a specific method.