解决冲突
This commit is contained in:
parent
e6bef9af94
commit
912bcdc996
|
|
@ -235,40 +235,6 @@ public:
|
|||
public slots:
|
||||
void slot_time();
|
||||
|
||||
public:
|
||||
void init(QString strName, QVector<double> x, QVector<double> y);
|
||||
|
||||
//岩心照片
|
||||
void addImageToPlot(double left_Low, double right_Hight, const QString imagePath);
|
||||
|
||||
//曲线
|
||||
void addRandomGraph(QVector<double> x, QVector<double> 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<double> x, QVector<double> y);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user