Free Touch Pricker
    Preparing search index...

    Class Touch

    A touch, being a set of courses

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    _blocks: Stedman.Course[] = []

    Blocks within the container

    _initialRow: Row

    Initial row for the block

    _ownership?: BlockOwnership

    Ownership of this block

    print: Print

    Accessors

    • get index(): number | undefined

      Allows public access to the index

      Returns number | undefined

    • get initialRow(): Row

      Read access to the initial row

      Returns Row

    • set initialRow(initialRow: Row): void

      Write access to the initial row Override in order to pass the initial row down to the start.

      Parameters

      • initialRow: Row

      Returns void

    • get rows(): number

      Number of rows in the block This doesn't take into account coming round part-way through

      Returns number

    Methods