Package nukescripts :: Module panels :: Class PythonPanel
[hide private]
[frames] | no frames]

Class PythonPanel

object --+            
         |            
 ??.Widget --+        
             |        
  ??.Container --+    
                 |    
         ??.Dialog --+
                     |
                    PythonPanel
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, title='', id='', scrollable=True)
x.__init__(...) initializes x; see help(type(x)) for signature
 
addCallback(self)
 
removeCallback(self)
 
addKnob(self, knob)
 
removeKnob(self, knob)
 
knobs(self)
 
writeKnobs(self, flags)
 
readKnobs(self, s)
 
knobChangedCallback(self, knob)
 
knobChanged(self, knob)
 
finishModalDialog(self, result)
 
ok(self)
 
cancel(self)
 
create(self)
 
show(self)
Show the widget.
 
hide(self)
Hide the widget.
 
showModalDialog(self, defaultKnobText='')
 
_makeOkCancelButton(self)
 
showModal(self, defaultKnobText='')
Show the dialog as modal, and wait for it to be dismissed.
 
addToPane(self, pane=None)
 
accept(self)
 
reject(self)

Inherited from unreachable.Dialog: __new__

Inherited from unreachable.Container: add

Inherited from unreachable.Widget: close, destroy, height, isEnabled, isValid, setEnabled, setMaximumSize, setMinimumSize, setTooltip, setVisible, tooltip, width

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, title='', id='', scrollable=True)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

show(self)

 

Show the widget.

Overrides: unreachable.Widget.show
(inherited documentation)

hide(self)

 

Hide the widget.

Overrides: unreachable.Widget.hide
(inherited documentation)

showModal(self, defaultKnobText='')

 

Show the dialog as modal, and wait for it to be dismissed.

Overrides: unreachable.Dialog.showModal
(inherited documentation)