GUI/Commands

GUI Layer - Command System

Implementation of the Command Pattern for user interactions. Provides the base classes and infrastructure for undoable/redoable actions.

Description:
  • GUI Layer - Command System

    Implementation of the Command Pattern for user interactions. Provides the base classes and infrastructure for undoable/redoable actions.

Source:
Description:
  • GUI Layer - Command Registry

    Registry for all available GUI commands. This is a key extension point where new user actions are registered and mapped to their implementations.

Source:

Classes

GUICommand
Creates a new GUICommand instance.
GUICommand
Abstract base class for all GUI-related commands in the JSCircuit Editor.

GUI Layer - Command Registry

Registry for all available GUI commands. This is a key extension point where new user actions are registered and mapped to their implementations.

Description:
  • GUI Layer - Command System

    Implementation of the Command Pattern for user interactions. Provides the base classes and infrastructure for undoable/redoable actions.

Source:
Description:
  • GUI Layer - Command Registry

    Registry for all available GUI commands. This is a key extension point where new user actions are registered and mapped to their implementations.

Source:

Classes

GUICommand
Creates a new GUICommand instance.
GUICommand
Abstract base class for all GUI-related commands in the JSCircuit Editor.