1#ifndef DAFIGUREELEMENTSELECTION_H
2#define DAFIGUREELEMENTSELECTION_H
3#include "DAFigureAPI.h"
47 bool isSelectedPlot()
const;
48 bool isSelectedScaleWidget()
const;
49 bool isSelectedPlotItem()
const;
53 QwtPlot* plot {
nullptr };
54 QwtPlotItem* plotItem {
nullptr };
55 QwtScaleWidget* scaleWidget {
nullptr };
57 SelectionTypes selectionType { SelectNone };
58 SelectionColumns selectionColumn { ColumnName };
序列化类都是带异常的,使用中需要处理异常
Definition AppMainWindow.cpp:44