taurus taurus

Previous topic

TaurusCurveDialog

Next topic

TaurusTrend2DDialog

This Page

TaurusImageDialog

Inheritance diagram of TaurusImageDialog

class TaurusImageDialog(parent=None, designMode=False, toolbar=True, **kwargs)

Bases: guiqwt.plot.ImageDialog, taurus.qt.qtgui.base.taurusbase.TaurusBaseWidget

A taurus dialog for showing 2D data. It behaves as a regular guiqwt.plot.ImageDialog but it also offers the expected Taurus interface (e.g. setting models, save/apply configs, drag&drops,...)

See also

TaurusImageWidget

getModel()

reimplemented from TaurusBaseWidget

getModelClass()

reimplemented from TaurusBaseWidget

classmethod getQtDesignerPluginInfo()

reimplemented from TaurusBaseWidget

getRGBmode()
keyPressEvent(event)
model

reimplemented from TaurusBaseWidget

modifiableByUser

whether the user can change the contents of the widget

Return type::class:~`bool`
Returns:True if the user is allowed to modify the look&feel
resetRGBmode()
rgbmode
setModel(model)

reimplemented from TaurusBaseWidget

setModifiableByUser(modifiable)

reimplemented from TaurusBaseWidget

setRGBmode(enable)
useParentModel

Returns whether this component is using the parent model

Return type::class:~`bool`
Returns:True if using parent model or False otherwise