Table of Contents

Class ToolBarDefinitions

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

Definitions for the python script tool bar.

[ExcludeFromCodeCoverage]
public static class ToolBarDefinitions
Inheritance
ToolBarDefinitions
Inherited Members

Properties

BreakScriptToolBarItem

Gets the tool bar item for breaking the running script.

[Export]
public static ToolBarItemDefinition BreakScriptToolBarItem { get; }

Property Value

ToolBarItemDefinition

DebugScriptToolBarGroup

Gets the tool bar group for debugging the script.

[Export]
public static ToolBarItemGroupDefinition DebugScriptToolBarGroup { get; }

Property Value

ToolBarItemGroupDefinition

EnableDebuggingToolBarItem

Gets the tool bar item for enabling debugging.

[Export]
public static ToolBarItemDefinition EnableDebuggingToolBarItem { get; }

Property Value

ToolBarItemDefinition

ScriptToolBar

Gets the definition for the tool bar, for running a script.

[Export("ScriptingToolBar")]
public static ToolBarDefinition ScriptToolBar { get; }

Property Value

ToolBarDefinition

StartScriptToolBarItem

Gets the tool bar item for starting the start up project item.

[Export]
public static ToolBarItemDefinition StartScriptToolBarItem { get; }

Property Value

ToolBarItemDefinition

StartStopScriptToolBarGroup

Gets the tool bar group for start, stop and step the script.

[Export]
public static ToolBarItemGroupDefinition StartStopScriptToolBarGroup { get; }

Property Value

ToolBarItemGroupDefinition

StepIntoScriptToolBarItem

Gets the tool bar item for step into the start up project item.

[Export]
public static ToolBarItemDefinition StepIntoScriptToolBarItem { get; }

Property Value

ToolBarItemDefinition

StepOverScriptToolBarItem

Gets the tool bar item for step over in the start up project item.

[Export]
public static ToolBarItemDefinition StepOverScriptToolBarItem { get; }

Property Value

ToolBarItemDefinition

StopScriptToolBarItem

Gets the tool bar item for stopping the running script.

[Export]
public static ToolBarItemDefinition StopScriptToolBarItem { get; }

Property Value

ToolBarItemDefinition