Preparing search index...

    Plugin base class for temporary UI dialogs such as confirmations, settings panels, and wizards.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The PluginSystem instance that owns and manages this plugin.

    Methods

    • Tears down the plugin and releases its resources.

      Returns void

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean

    • Creates and displays the dialog as a child of the given parent widget, returning the resulting Dialog instance.

      Parameters

      Returns Dialog