OrsRGBExporter_8321d27ab6b811e88d4ec860009a272e

Plugin to export multiple channels as RGB

author:ORS Team
contact:http://theobjects.com
email:info@theobjects.com
organization:Object Research Systems (ORS), Inc.
address:460 Ste-Catherine Ouest, suite 600, Montréal, Québec, Canada, H3B 1A7
copyright:Object Research Systems (ORS), Inc. All rights reserved 2021.
date:Sep 12 2018 14:20
dragonflyVersion:
 4.0.0.514 (D)
UUID:8321d27ab6b811e88d4ec860009a272e

Class Code

class OrsPythonPlugins.OrsRGBExporter_8321d27ab6b811e88d4ec860009a272e.OrsRGBExporter_8321d27ab6b811e88d4ec860009a272e.OrsRGBExporter_8321d27ab6b811e88d4ec860009a272e(varName=None, managed=True)
classmethod ExportAsRGB(listSelectedObjectsRepr)

Contextual menu.

This code will be executed when a contextual menu has to be displayed.

The menu item instances used in this method should be taken from menu item definitions declared in this plugin and filled with proper values (section, action, enabled, …). If multiple menu items have to be used by this method, they should be defined using the same pattern.

Parameters:listSelectedObjectsRepr – list of selected objects (this argument is given as string representation)
Returns:output – None, a single menu item instance, or a list of menu item instances
classmethod ExportAsRGB_menuItemDefinition()

Declaration of a plugin menu item.

This method has to be decorated by “menuItem(menuItemDefinition=True)”.

Returns:output – Menu item instance
UIDescriptors = [<ORSServiceClass.OrsPlugin.uidescriptor.UIDescriptor object>]
canBeGenericallyOpened = False
classmethod getMainFormClass()

Gets the class of the main form

Returns:output
keepAlive = False
multiple = False
classmethod openMainform(listSelectedChannels)
savable = False