插件优化
This commit is contained in:
parent
232d750a71
commit
6c13604d68
|
|
@ -122,7 +122,7 @@ signals:
|
|||
void sig_Raise(QString strUuid, QString strSlfName, QString strWellName, QString strTrackName, QString strLineName, int iTableType);
|
||||
|
||||
//插件测试
|
||||
void sig_testPlugin(QString strInfo);
|
||||
void sig_testPlugin(QString strInfo);
|
||||
|
||||
//鼠标移动,通知状态栏显示深度信息
|
||||
void sig_MouseMove(QString strUuid, QString strWellName, QString strTrackName, float dep);
|
||||
|
|
@ -133,6 +133,9 @@ signals:
|
|||
//改变缩放比例
|
||||
void sig_changeScale(int iNewScale);
|
||||
|
||||
//改变道宽
|
||||
void sig_changeWidth(QString strUuid, QString strSlfName, QString strWellName, QString strTrackName, int iCurrentCol, int iNewWidth);
|
||||
|
||||
//
|
||||
//void sig_addImageToPlot(QMyCustomPlot* customPlot, double left_Low, double right_Hight, QString imagePath);
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
//插件名定义
|
||||
#define MYUNITPLUGIN "MyUnitPlugin" //插件
|
||||
#define PLUGINUNIT "PluginUnit" //插件
|
||||
|
||||
|
||||
#endif // PLUGINNAME_H
|
||||
Loading…
Reference in New Issue
Block a user