pymel.core.uitypes.RadioCollection — PyMEL 1.0.7 documentation

pymel.core.uitypes.RadioCollection

Inheritance diagram of RadioCollection

class RadioCollection

class counterpart of mel function radioCollection

This command creates a radio button collection. Collections are parented to the current default layout if no parent is specified with the -p/parentflag. As children of the layout they will be deleted when the layout is deleted. Collections may also span more than one window if the -gl/globalflag is used. In this case the collection has no parent and must be explicitly deleted with the deleteUIcommand when it is no longer wanted.

getCollectionItemArray(**kwargs)

Return a string list giving the long names of all the items in this collection. Flag can have multiple arguments, passed either as a tuple or a list.

Derived from mel command maya.cmds.radioCollection

getGl(**kwargs)

Set the collection to have no parent layout. Global collections must be explicitly deleted.

Derived from mel command maya.cmds.radioCollection

getNumberOfCollectionItems(**kwargs)

Return the number of items in this collection.

Derived from mel command maya.cmds.radioCollection

getSelect(**kwargs)

Select the specified collection item. If queried will return the name of the currently selected collection item.

Derived from mel command maya.cmds.radioCollection

setSelect(val=True, **kwargs)

Select the specified collection item. If queried will return the name of the currently selected collection item.

Derived from mel command maya.cmds.radioCollection