Foundry.DocumentationIntent¶
- 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.DocumentationIntent(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Represents an intent to display documentation.
Foundry.DocumentationIntentprovides functionality for displaying a [class`Foundry`.Documentation] object. It integrates with the intent system to provide a unified interface for documentation display operations across different parts of the development environment.New in version 1.1.
- classmethod new(documentation)¶
- Parameters:
documentation (
Foundry.Documentation) – a [class`Foundry`.Documentation]- Returns:
a new [class`Foundry`.DocumentationIntent]
- Return type:
Creates a new [class`Foundry`.DocumentationIntent] for displaying the given documentation.
New in version 1.1.
- dup_documentation()¶
- Returns:
a [class`Foundry`.Documentation]
- Return type:
Gets a copy of the documentation object.
New in version 1.1.
Property Details¶
- Foundry.DocumentationIntent.props.documentation¶
- Name:
documentation- Type:
- Default Value:
- Flags: