pyporegui.widgets.plot_tool_bar module

class pyporegui.widgets.plot_tool_bar.PlotToolBar(parent=None)[source]

Bases: PySide.QtGui.QToolBar

A toolbar for plots, with a zoom button, check boxes for options.

__init__(parent=None)[source]
addWidget(widget, *args, **kwargs)[source]
get_widget_list()[source]
Returns:ListType<QtGui.QWidget> – Returns a list of the widgets contained in the PlotToolBar.
is_decimate_checked()[source]
Returns:boolean – true if the toolbar’s decimate checkbox is checked, false otherwise.
is_plot_during_checked()[source]
Returns:boolean – true if the toolbar’s plot during checkbox is checked, false otherwise.
staticMetaObject = <PySide.QtCore.QMetaObject object at 0x59ccab8>