WindowMask constructor
WindowMask(
- int id,
- List<
Macro> macros, - int width,
- int height,
- WindowType windowType,
- IsobusColor backgroundColor,
- WindowMaskOptions options,
- ObjectPointer? namePointer,
- OutputString? nameValue,
- ObjectPointer? titlePointer,
- OutputString? titleValue,
- List<
IsobusObject> referencedObjects, - 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);