Package autodesk_toxik :: Module relocationbrowser :: Class RelocationDialog
[frames] | no frames]

Class RelocationDialog

 object --+        
          |        
Boost.Python.instance --+    
              |    
      ui.Dialog --+
                  |
                 RelocationDialog

Instance Methods
dict
getValues(...)
Returns: A python dictionary containing current values associated with all the widgets of the Dialog.
str
launch(...)
Launches the dialog and returns when the dialog is closed.

Inherited from ui.Dialog: __init__, __reduce__, addCallback, disableNextClose, displayWidget, enableWidget, getStrippedText, getValue, hideWidget, isDisplayed, isEnabled, removeCallback, setValue, setValues, setWidgetResourceName, showWidget

Inherited from Boost.Python.instance: __new__

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

Properties

Inherited from object: __class__

Method Details

getValues(...)

 
Returns: dict
A python dictionary containing current values associated with all the widgets of the Dialog. Each key in the dictionary will be the name of a widget and the value of the key is the value of the widget.
Overrides: ui.Dialog.getValues
(inherited documentation)

launch(...)

 

Launches the dialog and returns when the dialog is closed.

Returns: str
The name of the close button that was clicked.
Overrides: ui.Dialog.launch
(inherited documentation)