【QCplayer】最新视频来袭,快来看看吧! 632-7 00:19 00:19 792023-12-3 00:19 00:19 652023-12-2 00:19 00:19 00:19 00:19 802023-11-29 00:19 00:31 拼团拼团 00:25 00:37 拼团了 1272023-1-21 登录后你可以: 免费看高清视频
QCPLayer::QCPLayer(QCustomPlot*parentPlot, const QString &layerName ) Creates a newQCPLayerinstance. Normally you shouldn't directly instantiate layers, useQCustomPlot::addLayerinstead. Warning It is not checked thatlayerNameis actually a unique layer name inparentPlot. This check is only performed ...
("cursorLayer",0, QCustomPlot::limAbove); cursorLayer =newQCPLayer(this,"cursorLayer"); cursorLayer->setMode(QCPLayer::lmBuffered); } }voidQCustomPlot_custom::init(QVector<double> xdata, QVector<double> ydata){this->addGraph();this->graph(0)->setData(xdata, ydata);QColorcolorPen(10,...
QCPLayerable Class Referenceabstract Base class for all drawable objects.More... Inheritance diagram for QCPLayerable: Public Functions QCPLayerable(QCustomPlot*plot, QString targetLayer=QString(),QCPLayerable*parentLayerable=nullptr) boolvisible() const ...