Foundry.Documentation¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
|
|
|
|
|
|
|
|
|
Properties¶
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
|||
r |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent_instance |
r |
Class Details¶
- class Foundry.Documentation(**kwargs)¶
- Bases:
- Abstract:
Yes
- Structure:
Abstract base class for plugins to provide a documentation endpoint.
This represents a single documentation endpoint like a class documentation or method documentation.
- equal(other)¶
- Parameters:
other (
Foundry.Documentation) –- Return type:
- find_children()¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Documentation] or rejects with error.
- Return type:
- find_parent()¶
- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.Documentation] or rejects with error.
- Return type:
- find_siblings()¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Documentation] or rejects with error.
- Return type:
- query_attribute(attribute)¶
-
Query various attributes which may be part of the documentation but are not required by plugins to implement.
- do_equal(other) virtual¶
- Parameters:
other (
Foundry.Documentation) –- Return type:
- do_find_children() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Documentation] or rejects with error.
- Return type:
- do_find_parent() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [class`Foundry`.Documentation] or rejects with error.
- Return type:
- do_find_siblings() virtual¶
- Returns:
a [class`Dex`.Future] that resolves to a [iface`Gio`.ListModel] of [class`Foundry`.Documentation] or rejects with error.
- Return type:
Property Details¶
- Foundry.Documentation.props.deprecated_in¶
- Foundry.Documentation.props.section_title¶
- Foundry.Documentation.props.since_version¶