Foundry.CommandManager¶
- Subclasses:
None
Methods¶
- Inherited:
Foundry.Service (8), Foundry.Contextual (4), GObject.Object (37), Json.Serializable (8), Gio.ListModel (4)
- Structs:
|
Virtual Methods¶
- Inherited:
GObject.Object (7), Json.Serializable (5), Gio.ListModel (3)
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Foundry.CommandManager(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Service managing command providers and their commands.
- find_command(command_id)¶
- Parameters:
command_id (
str) – an identifier matching aFoundry.Command:id- Returns:
a
Foundry.CommandorNone- Return type:
Looks through available commands to find one matching command_id.