FloaterWidget

Inheritance:

Methods of FloaterWidget:

__init__
def __init__(self, parent=None, **kw)

Undocumented function.

get
def get(self)

self.get() Get current floater value

highlightWidget
def highlightWidget(self, event)

Undocumented function.

mouseDown
def mouseDown(self, event)

Begin mouse interaction

mouseUp
def mouseUp(self, event)

Undocumented function.

restoreWidget
def restoreWidget(self, event)

Undocumented function.

set
def set(self, value, fCommand=1)

self.set(value, fCommand = 1) Set floater to new value, execute command if fCommand == 1

setBackground
def setBackground(self)

Undocumented function.

setBorderwidth
def setBorderwidth(self)

Undocumented function.

setNumDigits
def setNumDigits(self)

Adjust minimum exponent to use in velocity task based upon the number of digits to be displayed in the result

setRelief
def setRelief(self)

Undocumented function.

updateFloaterSF
def updateFloaterSF(self, event)

Update velocity scale factor based of mouse distance from origin

updateFloaterTask
def updateFloaterTask(self, state)

Update floaterWidget value based on current scaleFactor Adjust for time to compensate for fluctuating frame rates

updateIndicator
def updateIndicator(self, value)

Undocumented function.