General GUI utilities for UltraScan. More...
#include "us_gui_util.h"
Static Public Member Functions | |
static int | save_plot (const QString &, const QwtPlot *) |
Save a plot to an SVG and/or PNG file. More... | |
static int | save_svg (const QString &, const QwtPlot *) |
Save a plot to an SVG file. More... | |
static int | save_png (const QString &, const QwtPlot *) |
Save a plot to a PNG file. More... | |
General GUI utilities for UltraScan.
This class provides a number of general utility functions. All methods are static.
Definition at line 15 of file us_gui_util.h.
|
static |
Save a plot to an SVG and/or PNG file.
filename | Full path name of the file to produce |
plot | A pointer to the plot to save |
Definition at line 9 of file us_gui_util.cpp.
|
static |
Save a plot to a PNG file.
filename | Full path name of the file to produce |
plot | A pointer to the plot to save |
Definition at line 73 of file us_gui_util.cpp.
|
static |
Save a plot to an SVG file.
filename | Full path name of the file to produce |
plot | A pointer to the plot to save |
Definition at line 35 of file us_gui_util.cpp.