Testing AxisPlotControllers.
More...
Testing AxisPlotControllers.
Definition at line 30 of file viewportaxisplotcontroller.test.cpp.
◆ ~ViewportAxisPlotControllerTest()
ViewportAxisPlotControllerTest::~ViewportAxisPlotControllerTest |
( |
| ) |
|
|
default |
◆ createSpy()
std::unique_ptr<QSignalSpy> ViewportAxisPlotControllerTest::createSpy |
( |
QCPAxis * |
axis | ) |
|
|
inline |
Definition at line 34 of file viewportaxisplotcontroller.test.cpp.
36 return std::make_unique<QSignalSpy>(
37 axis,
static_cast<void (QCPAxis::*)(
const QCPRange&)
>(&QCPAxis::rangeChanged));
◆ createSpy2()
std::unique_ptr<QSignalSpy> ViewportAxisPlotControllerTest::createSpy2 |
( |
QCPAxis * |
axis | ) |
|
|
inline |
Definition at line 40 of file viewportaxisplotcontroller.test.cpp.
42 return std::make_unique<QSignalSpy>(
43 axis,
static_cast<void (QCPAxis::*)(
const QCPRange&,
const QCPRange&)
>(
44 &QCPAxis::rangeChanged));
The documentation for this class was generated from the following file: