![]() |
open_iA
2020.04
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
|
Plot highlighting a single bin in a histogram plot. More...
#include <iAPlotTypes.h>
Public Member Functions | |
| void | draw (QPainter &painter, double binWidth, size_t startBin, size_t endBin, iAMapper const &xMapper, iAMapper const &yMapper) const override |
| Draws the plot. More... | |
| iASelectedBinPlot (QSharedPointer< iAPlotData > proxyData, int position=0, QColor const &color=Qt::red) | |
| void | setPosition (int position) |
Public Member Functions inherited from iAPlot | |
| virtual QSharedPointer< iAPlotData > | data () |
| Retrieves the data used for drawing. More... | |
| iAPlot (QSharedPointer< iAPlotData > data, QColor const &color) | |
| virtual void | setVisible (bool visible) |
| Sets whether the plot should be currently drawn or not. More... | |
| virtual bool | visible () const |
| Whether the plot is currently being drawn. More... | |
| virtual | ~iAPlot () |
Public Member Functions inherited from iAColorable | |
| QColor const | getColor () const |
| iAColorable () | |
| iAColorable (QColor const &color) | |
| virtual void | setColor (QColor const &color) |
| virtual | ~iAColorable () |
Additional Inherited Members | |
Static Public Attributes inherited from iAColorable | |
| static QColor const | DefaultColor |
Protected Attributes inherited from iAPlot | |
| QSharedPointer< iAPlotData > | m_data |
| bool | m_visible |
Plot highlighting a single bin in a histogram plot.
| iASelectedBinPlot::iASelectedBinPlot | ( | QSharedPointer< iAPlotData > | proxyData, |
| int | position = 0, |
||
| QColor const & | color = Qt::red |
||
| ) |
|
overridevirtual |
Draws the plot.
Implements iAPlot.
| void iASelectedBinPlot::setPosition | ( | int | position | ) |
1.8.18