Foundry.SymbolIntent¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w/co |
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.SymbolIntent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents an intent to navigate to a symbol location.
Foundry.SymbolIntentprovides functionality for navigating to a symbol location using a [class`Foundry`.SymbolLocator] object. It integrates with the intent system to provide a unified interface for symbol navigation operations across different parts of the development environment.New in version 1.1.
- classmethod new(locator)¶
- Parameters:
locator (
Foundry.SymbolLocator) – a [class`Foundry`.SymbolLocator]- Returns:
a new [class`Foundry`.SymbolIntent]
- Return type:
Creates a new [class`Foundry`.SymbolIntent] for navigating to the symbol location specified by locator.
New in version 1.1.
- dup_locator()¶
- Returns:
a [class`Foundry`.SymbolLocator]
- Return type:
Gets a copy of the symbol locator object.
New in version 1.1.
Property Details¶
- Foundry.SymbolIntent.props.locator¶
- Name:
locator- Type:
- Default Value:
- Flags: