From 912bcdc996f66a00fdfed9da2646135665a74355 Mon Sep 17 00:00:00 2001 From: wangxiaolei <12345678> Date: Fri, 13 Mar 2026 17:55:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=86=B2=E7=AA=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logPlus/qmycustomplot.h | 34 ---------------------------------- 1 file changed, 34 deletions(-) diff --git a/logPlus/qmycustomplot.h b/logPlus/qmycustomplot.h index d9f94a0..36a51f6 100644 --- a/logPlus/qmycustomplot.h +++ b/logPlus/qmycustomplot.h @@ -235,40 +235,6 @@ public: public slots: void slot_time(); -public: - void init(QString strName, QVector x, QVector y); - - //岩心照片 - void addImageToPlot(double left_Low, double right_Hight, const QString imagePath); - - //曲线 - void addRandomGraph(QVector x, QVector y, QString strSlfName, QString strLineName, QString strAliasName, QString strUnit, - double newLeftScale, double newRightScale, QString strScaleType, QColor &newlineColor, double width, Qt::PenStyle lineStyle); - - //文字结论 - void addTextToPlot(double left_Low, double right_Hight, const QString strText, QColor crColor=QColor(255, 255, 255, 80)); - - //地质分层 - void addLayerToPlot(double left_Low, double right_Hight, const QString strText, QColor crColor=QColor(255, 255, 255, 80)); - - //解释结论 - TransparentGroupResult* addResultGroup(double left_Low, double right_Hight, QString &strUuid, QString strText = ""); - void addResultToPlot(double left_Low, double right_Hight, QString myResult, QString &strUuid, QString strText=""); - - //录井剖面 - void addGeoLithToPlot(double left_Low, double right_Hight, const QString myLith, const QString myOil, const QString myColor, bool bRefresh=true); - - //井壁取心 - void addSwallCoreToPlot(double Depth, QString LithologyImage, QString OilGasImage, QString ColorImage, double Sideleft, double width, int iColor); - - //固井结论 - void addGujingToPlot(double left_Low, double right_Hight, const QString strResult); - - //气测/FMT/射孔/文本 - -public slots: - void slot_time(); - public: void init(QString strName, QVector x, QVector y);