Table of Contents

Class MenuDefinitions

Namespace
Loehnert.Lisrt.Scripting.Python
Assembly
Loehnert.Lisrt.Scripting.dll

Contains the menu definitions for the python engine.

public static class MenuDefinitions
Inheritance
MenuDefinitions
Inherited Members

Properties

BreakScriptMenuItem

Gets the menu item to break the script.

[Export]
public static MenuItemDefinition BreakScriptMenuItem { get; }

Property Value

MenuItemDefinition

EngineMenuGroup

Gets the group for the engine control.

[Export]
public static MenuItemGroupDefinition EngineMenuGroup { get; }

Property Value

MenuItemGroupDefinition

RunScriptMenuItem

Gets the menu item to run the script.

[Export]
public static MenuItemDefinition RunScriptMenuItem { get; }

Property Value

MenuItemDefinition

StepOverScriptMenuItem

Gets the menu item to step over in the script.

[Export]
public static MenuItemDefinition StepOverScriptMenuItem { get; }

Property Value

MenuItemDefinition

StepScriptMenuItem

Gets the menu item to step the script.

[Export]
public static MenuItemDefinition StepScriptMenuItem { get; }

Property Value

MenuItemDefinition

StopScriptMenuItem

Gets the menu item to stop the script.

[Export]
public static MenuItemDefinition StopScriptMenuItem { get; }

Property Value

MenuItemDefinition

ToggleDebugMenuItem

Gets the toggle menu item to enable script debugging.

[Export]
public static MenuItemDefinition ToggleDebugMenuItem { get; }

Property Value

MenuItemDefinition