python.dgbpy.uibokeh

Module Contents

Functions

getButton(nm, type=enums.ButtonType.default, callback_fn=None)

getRunStopButton(callback_fn=None)

getPauseResumeButton(callback_fn=None)

getRunButtonsBar(runact, abortact, pauseact, resumeact, timercb)

startStopCB(cb, run_fn, abort_fn, timer_fn, repeat=2000)

pauseResumeCB(cb, pause_fn, resume_fn)

timerCB(cb, timer_fn)

isReady(runbutbar)

isRunning(runbutbar)

setRunning(runbutbar)

setReady(runbutbar)

setPaused(runbutbar)

setResumed(runbutbar)

setTabFromButton(cb, panelnm, tabnm)

setActiveTab(tabspanelwidget, tabnm)

integerListContains(listobj, index)

getGroup(grpnm, options, groups, keywd)

getAllUiFlds(objects)

Attributes

but_width

but_height

but_spacer

go_lbl

stop_lbl

pause_lbl

resume_lbl

timerkey

RunState

python.dgbpy.uibokeh.but_width = 80
python.dgbpy.uibokeh.but_height = 32
python.dgbpy.uibokeh.but_spacer = 5
python.dgbpy.uibokeh.go_lbl = Run
python.dgbpy.uibokeh.stop_lbl = Abort
python.dgbpy.uibokeh.pause_lbl = ❚❚ Pause
python.dgbpy.uibokeh.resume_lbl = Resume
python.dgbpy.uibokeh.timerkey = timerobj
python.dgbpy.uibokeh.RunState
python.dgbpy.uibokeh.getButton(nm, type=enums.ButtonType.default, callback_fn=None)
python.dgbpy.uibokeh.getRunStopButton(callback_fn=None)
python.dgbpy.uibokeh.getPauseResumeButton(callback_fn=None)
python.dgbpy.uibokeh.getRunButtonsBar(runact, abortact, pauseact, resumeact, timercb)
python.dgbpy.uibokeh.startStopCB(cb, run_fn, abort_fn, timer_fn, repeat=2000)
python.dgbpy.uibokeh.pauseResumeCB(cb, pause_fn, resume_fn)
python.dgbpy.uibokeh.timerCB(cb, timer_fn)
python.dgbpy.uibokeh.isReady(runbutbar)
python.dgbpy.uibokeh.isRunning(runbutbar)
python.dgbpy.uibokeh.setRunning(runbutbar)
python.dgbpy.uibokeh.setReady(runbutbar)
python.dgbpy.uibokeh.setPaused(runbutbar)
python.dgbpy.uibokeh.setResumed(runbutbar)
python.dgbpy.uibokeh.setTabFromButton(cb, panelnm, tabnm)
python.dgbpy.uibokeh.setActiveTab(tabspanelwidget, tabnm)
python.dgbpy.uibokeh.integerListContains(listobj, index)
python.dgbpy.uibokeh.getGroup(grpnm, options, groups, keywd)
python.dgbpy.uibokeh.getAllUiFlds(objects)