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/nmNum/nmPlot/nmPlotScene.h

48 lines
834 B
C

#pragma once
#include "tCurvePlotScene.h"
#include "nmPlot_global.h"
// 数值试井绘图 场景Scene
class NM_PLOT_EXPORT nmPlotScene : public tCurvePlotScene
{
Q_OBJECT
ZX_DECLARE_DYNAMIC
public:
nmPlotScene();
// 初始化
virtual void init(ZxRenderView* pView, QString sTitle, \
QSize szDefault = QSize(265, 203));
virtual void initMembers(ZxRenderView* pView, QString sTitle);
virtual void resetLayouts(QSize szDefault);
virtual void setBoundEx(int l, int t, int w, int h);
//void doLayout();
virtual void freshToPlot(ZxPlot* pPlot, ZxRenderView* pView);
public:
virtual void onSerialize(ZxSerializer* ser);
virtual void onDeserialize(ZxSerializer* ser);
virtual void onDeserialized();
public slots:
protected:
signals:
protected:
};