OrsGenericMenuItems¶
Plugin used to execute menu item generated by OrsGenericMenuGenerator plugin
| author: | ORS Team |
|---|---|
| contact: | http://theobjects.com |
| email: | info@theobjects.com |
| organization: | Object Research Systems (ORS), Inc. |
| address: | 760 St-Paul West, suite 101, Montréal, Québec, Canada, H3C 1M4 |
| copyright: | Object Research Systems (ORS), Inc. All rights reserved. |
| date: | July 2017 |
| dragonflyVersion: | |
| 3.0 | |
| UUID: | 3c87d774761411e7bd90448a5b5d70c0 |
Class Code¶
-
class
OrsPythonPlugins.OrsGenericMenuItems.OrsGenericMenuItems.OrsGenericMenuItems(varName=None, managed=True)¶ -
classmethod
addUserDefinedMenuItems()¶
-
closable= False¶
-
contextualMenu(selectedItems)¶
-
classmethod
contextualMenuFunction(actionString)¶ Evaluates a string from the contextual menu
Parameters: actionString (str) – the string to evaluate
-
classmethod
developerToolsMenu()¶
-
classmethod
developerToolsMenuFunction(actionString)¶ Evaluates a string from the developer tools menu
Parameters: actionString (str) – the string to evaluate
-
classmethod
fileMenu()¶
-
classmethod
fileMenuFunction(actionString)¶ Evaluates a string from the file menu
Parameters: actionString (str) – the string to evaluate
-
classmethod
getAbout()¶
-
getState()¶
-
classmethod
helpMenu()¶
-
classmethod
helpMenuFunction(actionString)¶ Evaluates a string from the help menu
Parameters: actionString (str) – the string to evaluate
-
keepAlive= False¶
-
multiple= False¶
-
savable= True¶
-
classmethod
toolsMenu()¶
-
classmethod
toolsMenuFunction(actionString)¶ Evaluates a string from the tools menu
Parameters: actionString (str) – the string to evaluate
-
classmethod
userDefinedMenuFunction(actionString)¶ Evaluates a string from the user menu
Parameters: actionString (str) – the string to evaluate
-
classmethod