taurus.qt.qtgui.extra_guiqwt.tools

Extension of guiqwt.tools

Classes

class AutoScaleXTool(manager, toolbar_id=None)[source]

ToggleTool that, when checked, autoscales the X scale on data changed

(more info)

class AutoScaleYTool(manager, toolbar_id=None)[source]

ToggleTool that, when checked, autoscales the Y scale on data changed

(more info)

class AutoScaleZTool(manager, toolbar_id=None)[source]

ToggleTool that, when checked, autoscales the Z scale on data changed

(more info)

class AutoScrollTool(manager, scrollFactor=0.2, toolbar_id=None)[source]

A tool that puts the plot in “AutoScroll” mode. This makes sense in trend plots where we want to keep the last value always visible

(more info)

class TaurusCurveChooserTool(manager, toolbar_id=<class 'guiqwt.tools.DefaultToolbarID'>)[source]

A tool that shows the Taurus Model Chooser to create/edit the taurus curves of a plot

(more info)

class TaurusImageChooserTool(manager, toolbar_id=<class 'guiqwt.tools.DefaultToolbarID'>)[source]

A tool that shows the Taurus Model Chooser and adds new taurus image items to a plot

(more info)

class TaurusModelChooserTool(manager, toolbar_id=<class 'guiqwt.tools.DefaultToolbarID'>, singleModel=False)[source]

A tool that shows the Taurus Model Chooser and sets the chosen model on the manager

(more info)

class TimeAxisTool(manager)[source]

A tool that allows the user to change the type of scales to/from time mode

(more info)