Amtk.ActionInfoCentralStore¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
Class Details¶
- class Amtk.ActionInfoCentralStore(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod get_singleton()¶
- Returns:
the
Amtk.ActionInfoCentralStore
singleton instance.- Return type:
New in version 3.0.
- lookup(action_name)¶
- Parameters:
action_name (
str
) – an action name.- Returns:
the found
Amtk.ActionInfo
, orNone
.- Return type:
New in version 2.0.