Package mrv :: Package maya :: Package ui :: Module dialog :: Class ChoiceDialog
[hide private]
[frames] | no frames]

Class ChoiceDialog

source code

         object --+        
                  |        
interface.Interface --+    
                      |    
interface.iChoiceDialog --+
                          |
                         ChoiceDialog

Maya implementation of the generic choice dialog interface
Instance Methods [hide private]
 
choice(self)
Return the choice made by the user
source code

Inherited from interface.iChoiceDialog: __init__

Inherited from interface.Interface: supports

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

choice(self)

source code 
Return the choice made by the user
Returns:
name of the choice made by the user, the type shall equal the type given as button names
Overrides: interface.iChoiceDialog.choice