• Types
  • AbstractParent
  • AbstractParent QML Type

    Abstract base QML type. More...

    Import Statement: import QDoc.Test 1.1
    Since: Qt 1.1
    Inherited By:

    Child

    Properties

    Methods

    Detailed Description

    Property Documentation

    children : list<Child> [default]

    Children of the type.


    name : string

    Name of this parent.


    Method Documentation

    void name()

    Name all children with random names.


    void name(Child child, name)

    Name a child using name.


    void rear(Child child, var method = Strict)

    Do some abstract parenting on child using a specific method.