OrsGenericMenuItems¶
Supports the use of generic menu items generated by the OrsGenericMenuGenerator plugin
- author:
Dragonfly Team
- contact:
- email:
- organization:
Comet Technologies Canada Inc.
- address:
460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
- copyright:
Comet Technologies Canada Inc. All rights reserved 2023.
- date:
May 14 2016 12:11
- dragonflyVersion:
3.0
- UUID:
3c87d774761411e7bd90448a5b5d70c0
Class Code¶
- class OrsPythonPlugins.OrsGenericMenuItems.OrsGenericMenuItems.OrsGenericMenuItems(*args, **kwargs)¶
- classmethod evaluateMenuActionString(actionString, menuString)¶
Evaluates a string from the help menu
- Parameters:
actionString (str) – the string to evaluate
menuString (str) – provenance of the action string. Used in case of exception while evaluating
- classmethod importAllLoggingClasses()¶
This method is called to make any class extension available for macro playing. It should:
import all class extension;
return a list of classes where logging is supported.
- Returns:
output (list of classes) – list of classes where logging is supported by the current plugin