Module params :: Class ParamUnit
[hide private]
[frames] | no frames]

Class ParamUnit

source code

wx.Panel --+        
           |        
      PPanel --+    
               |    
        ParamInt --+
                   |
                  ParamUnit

Similar to ParamInt, 'd' can be appended to the value to specify dialog units mode.

Instance Methods [hide private]
 
_splitValue(self, value) source code
 
SyncSpin(self, value) source code
 
SyncText(self, spinValue) source code

Inherited from ParamInt: GetValue, OnChange, OnSpinDown, OnSpinUp, SetValue, __init__

Inherited from PPanel: Enable

Class Variables [hide private]

Inherited from ParamInt: default, range

Inherited from PPanel: isCheck

Method Details [hide private]

SyncSpin(self, value)

source code 
Overrides: ParamInt.SyncSpin

SyncText(self, spinValue)

source code 
Overrides: ParamInt.SyncText