WindowMask constructor

WindowMask(
  1. int id,
  2. List<Macro> macros,
  3. int width,
  4. int height,
  5. WindowType windowType,
  6. IsobusColor backgroundColor,
  7. WindowMaskOptions options,
  8. ObjectPointer? namePointer,
  9. OutputString? nameValue,
  10. ObjectPointer? titlePointer,
  11. OutputString? titleValue,
  12. List<IsobusObject> referencedObjects,
  13. List<ReferenceObject> childObjects,
)

Implementation

WindowMask(
    int id,
    List<Macro> macros,
    this.width,
    this.height,
    this.windowType,
    this.backgroundColor,
    this.options,
    this.namePointer,
    this.nameValue,
    this.titlePointer,
    this.titleValue,
    this.referencedObjects,
    this.childObjects)
    : super(id, IsobusObjectType.windowMask, macros);