OOF2: The Manual

Name

OOF.LayerEditor.LayerSet.Add_Method — Add a graphics layer to the layer set.

Synopsis

OOF.LayerEditor.LayerSet.Add_Method(method)

Details

  • Parent Menu: OOF.LayerEditor.LayerSet
  • Callback: function addMethodCB in module ooflib.common.IO.layereditor
  • Parameters:

    method
    Display method to add. Type: An object of the DisplayMethod class.

Description

Add a Layer to the LayerSet currently being edited in the Layer Editor. The command is called Add_Method because Layers contain DisplayMethods.

Add_Method is executed by the GUI after closing the dialog box that is opened by the New... in the Display Methods pane of the Layer Editor.