Free Touch Pricker
    Preparing search index...

    Class AbstractLeadAbstract

    Lead class

    A lead is an AbstractBlock that:

    • uses two standard calls (bobs and singles)
    • calculates the last row using a table of lead heads

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _call: Call = Call.Plain

    Call used during the lead

    _initialRow: Row

    Initial row for the block

    _last: Row

    Lead head reached by this lead

    _ownership?: BlockOwnership

    Ownership of this block

    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

      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

    • Write access to the call, with the ability to suppress updates

      Parameters

      • call: Call
      • update: boolean = true

      Returns this