You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWATI/Include/mGui/mGuiPlot/WellMap/iWxWmDataPF.h

32 lines
528 B
C++

#pragma once
#include "iWxTablePF.h"
class M_GUI_PLOT_EXPORT iWxWmDataPF : public iWxTablePF
{
Q_OBJECT
public:
explicit iWxWmDataPF(const QString& sTitle,
bool bPressure,
QWidget *parent = 0);
~iWxWmDataPF();
// 初始化
virtual void initUI();
// 刷新
void freshTableByObj(ZxObjBase* p, bool bPtsOnly);
virtual void freshBrotherByTable();
protected:
virtual void paintEvent(QPaintEvent *);
public slots:
signals:
private:
};