UltraScan III
us_gui_util.h
Go to the documentation of this file.
1 #ifndef US_GUIUTIL_H
3 #define US_GUIUTIL_H
4 
5 #include <QtGui>
6 
7 #include "qwt_plot.h"
8 #include "us_extern.h"
9 
16 {
17  public:
23  static int save_plot( const QString&, const QwtPlot* );
24 
30  static int save_svg( const QString&, const QwtPlot* );
31 
37  static int save_png( const QString&, const QwtPlot* );
38 
39 };
40 #endif