OpenCurves  0.9
ToolbarWidgets Class Reference

Widgets added to the toolbar, supporting non-button widgets. More...

#include <toolbarwidgets.h>

Inheritance diagram for ToolbarWidgets:

Public Member Functions

 ToolbarWidgets (QWidget *parent=nullptr)
 Constructor. More...
 
 ~ToolbarWidgets ()
 Destructor.
 
QSpinBox * maxSamplesSpin ()
 Access the spin box for setting the maximum number of samples. More...
 
QLineEdit * timeScaleEdit ()
 Access the editor for setting the time scaling. More...
 
QCheckBox * timeColumnCheck ()
 Access the check box for specifying use of a time column. More...
 
QSpinBox * timeColumnSpin ()
 Access the spin box for setting the time column index (1 based) number of samples. More...
 
QCheckBox * relativeTimeCheck ()
 Access the check box for setting relative time values. More...
 

Detailed Description

Widgets added to the toolbar, supporting non-button widgets.

Features no event binding, but the widgets are laid out.

Constructor & Destructor Documentation

ToolbarWidgets::ToolbarWidgets ( QWidget *  parent = nullptr)
explicit

Constructor.

Parameters
parentThe parent widget.

Member Function Documentation

QSpinBox* ToolbarWidgets::maxSamplesSpin ( )

Access the spin box for setting the maximum number of samples.

Returns
The max samples widget.
QCheckBox* ToolbarWidgets::relativeTimeCheck ( )

Access the check box for setting relative time values.

Returns
The relative time check widget.
QCheckBox* ToolbarWidgets::timeColumnCheck ( )

Access the check box for specifying use of a time column.

Returns
The time column option widget.
QSpinBox* ToolbarWidgets::timeColumnSpin ( )

Access the spin box for setting the time column index (1 based) number of samples.

Returns
The time column index widget.
QLineEdit* ToolbarWidgets::timeScaleEdit ( )

Access the editor for setting the time scaling.

Returns
The time scale widget.

The documentation for this class was generated from the following file: