|
MECO™ API Reference
|
[ APPLICATION INFO CLASS ] - Class provides application information for the application. More...
Public Member Functions | |
| def | __init__ (self) |
| Constructor. More... | |
Public Member Functions inherited from mApplication.applicationInfoAbs.ApplicationInfo | |
| def | __str__ (self) |
| String representation. More... | |
| def | asStr (self) |
| String representation. More... | |
| def | asHTML (self) |
| Get HTML string representation. More... | |
| def | getParentApplicationsAsStr (self) |
| Get parent applications as a string separated by comma. More... | |
| def | getKeywordsAsStr (self) |
| Get keywords as a string separated by comma. More... | |
| def | getDeveloperUserNamesAsStr (self) |
| Get developer user names as a string separated by comma. More... | |
| def | getDeveloperEmailAddressesAsStr (self) |
| Get developer email addresses as a string separated by comma. More... | |
| def | getIconFileAbsolutePath (self) |
| Get icon file absolute path used by this application. More... | |
| def | getIcon (self) |
| Get QIcon instance for the icon file used by this application. More... | |
| def | getPixmap (self) |
| Get QPixmap instance for the icon file used by this application. More... | |
| def | package (self) |
| Package class instance used by this class. More... | |
| def | name (self) |
| Name of the application. More... | |
| def | versionMajor (self) |
| Major version of the application. More... | |
| def | versionMinor (self) |
| Minor version of the application. More... | |
| def | versionFix (self) |
| Fix version of the application. More... | |
| def | versionStr (self) |
| Application version in "major.minor.fix" format. More... | |
| def | windowTitle (self) |
| Window title of the application. More... | |
| def | isActive (self) |
| Whether this application is active. More... | |
| def | description (self) |
| Description about the application. More... | |
| def | iconFileName (self) |
| Icon file name used by the application. More... | |
| def | usePlatformIcon (self) |
| Use platform icon instead of N/A icon if no icon is provided for this application. More... | |
| def | parentApplications (self) |
| Parent applications which this application can run in. More... | |
| def | keywords (self) |
| Keywords to find this application. More... | |
| def | isGUI (self) |
| Whether this is a GUI application. More... | |
| def | runAsPanelInNuke (self) |
| Whether to run this application as panel in Nuke if its a GUI application. More... | |
| def | documents (self) |
| Documents of the application. More... | |
| def | pythonCommand (self) |
| Python command to run the application. More... | |
| def | command (self) |
| Terminal command to run the application. More... | |
| def | fullMenuPath (self) |
| Full menu path of the application if it appears in menus in parent application. More... | |
| def | menuPath (self) |
| Menu path of the application if it appears in menus in parent application. More... | |
| def | menuSeparatorBefore (self) |
| Add separator before this menu item. More... | |
| def | menuSeparatorAfter (self) |
| Add separator after this menu item. More... | |
| def | developers (self) |
| Developers worked on this application. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from mApplication.applicationInfoAbs.ApplicationInfo | |
| def | list (parentApplication=None, packageName=None, keyword=None, ignoreInactive=True) |
| List all application info classes (applications) available in the packages. More... | |
Static Public Attributes inherited from mApplication.applicationInfoAbs.ApplicationInfo | |
| string | INFO_MODULE_FILE_BASE_NAME = 'applicationInfoLib' |
| [ str ] - Name of the application info module (file) that contains information about each application available in the packages. | |
[ APPLICATION INFO CLASS ] - Class provides application information for the application.
| def mMayaCore.referenceLibApp.ReloadSelectedNodes.__init__ | ( | self | ) |
Constructor.
| N/A |
Reimplemented from mApplication.applicationInfoAbs.ApplicationInfo.
1.8.18