◆ Impl()
Pd::XYGraph::Impl::Impl |
( |
XYGraph * |
graph | ) |
|
◆ ~Impl()
Pd::XYGraph::Impl::~Impl |
( |
| ) |
|
◆ extractPoints()
void Pd::XYGraph::Impl::extractPoints |
( |
| ) |
|
Extracts graph points from the horizontal and vertical value lists.
References X, and Y.
◆ removeDeprecated()
void Pd::XYGraph::Impl::removeDeprecated |
( |
| ) |
|
Removed values and points, that are older than specified in timeRange.
References NumAxes, and X.
◆ retranslate()
void Pd::XYGraph::Impl::retranslate |
( |
| ) |
|
◆ updateRects()
void Pd::XYGraph::Impl::updateRects |
( |
| ) |
|
Calculates the widget layout.
References X, and Y.
◆ axes
std::vector<Axis *> Pd::XYGraph::Impl::axes |
◆ contRect
QRect Pd::XYGraph::Impl::contRect |
Contents area.
This is the rectangle inside the frame borders.
◆ graph
XYGraph* const Pd::XYGraph::Impl::graph |
◆ graphRect
QRect Pd::XYGraph::Impl::graphRect |
◆ lineColor
QColor Pd::XYGraph::Impl::lineColor |
◆ lineWidth
int Pd::XYGraph::Impl::lineWidth |
◆ points
QList<Point> Pd::XYGraph::Impl::points |
◆ rect
QRect Pd::XYGraph::Impl::rect[NumAxes] |
Areas for scales and data.
◆ timeRange
double Pd::XYGraph::Impl::timeRange |
◆ xScale
Scale Pd::XYGraph::Impl::xScale |
◆ yScale
Scale Pd::XYGraph::Impl::yScale |
The documentation for this struct was generated from the following file: