|
DAWorkbench 0.0.1
DAWorkbench API
|
绘图坐标轴绑定器 更多...
#include <DAChartAxisRangeBinder.h>
Public 成员函数 | |
| DAChartAxisRangeBinder (QObject *par=nullptr) | |
| DAChartAxisRangeBinder (QwtPlot *source, int sourceAxisid, QwtPlot *follower, int followerAxisid, QObject *par=nullptr) | |
| void | setSourceChart (QwtPlot *source, int axisid) |
| QwtPlot * | getSourcePlot () const |
| int | getSourceAxis () const |
| void | setFollowerChart (QwtPlot *follower, int axisid) |
| QwtPlot * | getFollowerPlot () const |
| int | getFollowerAxis () const |
| bool | bind () |
| bool | unbind () |
| bool | isBinded () const |
| bool | isRplotImmediately () const |
| void | setReplotImmediately (bool v) |
| bool | isValid () const |
| bool | isSame (const DAChartAxisRangeBinder &other) const |
| bool | isSame (QwtPlot *source, int sourceAxisid, QwtPlot *follower, int followerAxisid) const |
| bool | operator== (const DAChartAxisRangeBinder &other) const |
Protected 槽 | |
| void | onSourcePlotScaleDivChanged () |
绘图坐标轴绑定器