1 #ifndef DragableWidget_H 2 #define DragableWidget_H 8 #include <QDomDocument> 40 const std::map<std::string, QwtPlotCurve*> &
curveList()
const;
74 virtual void resizeEvent( QResizeEvent *ev )
override;
82 void dropEvent(QDropEvent *event)
override;
83 bool eventFilter(QObject *obj, QEvent *event)
override;
107 void zoomOut(
bool emit_signal);
197 bool addCurve(
const std::string &name);
std::map< QString, SnippetData > SnippetsMap
virtual bool event(QEvent *)
Adds handling of layout requests.
A class which draws a coordinate grid.
QwtPlotPanner provides panning of a plot canvas.