GTKHardcopy Class Reference
Interactive dialog for producing hardcopies. More...
#include <gtkhardcopy.hpp>
Public Member Functions | |
GTKHardcopy (GtkWidget *window, Frame *frame, size_t width, size_t height) | |
Create an interactive dialog for producing hardcopies of frame based plots. More... | |
GTKHardcopy (GtkWidget *window, Geom3DPlot *geom3dplot, size_t width, size_t height) | |
Create an interactive dialog for producing hardcopies of 3D geometries. More... | |
~GTKHardcopy () | |
Destructor. More... | |
void | run (void) |
Run the dialog. More... | |
Detailed Description
Interactive dialog for producing hardcopies.
Constructor & Destructor Documentation
◆ GTKHardcopy() [1/2]
GTKHardcopy::GTKHardcopy | ( | GtkWidget * | window, |
Frame * | frame, | ||
size_t | width, | ||
size_t | height | ||
) |
Create an interactive dialog for producing hardcopies of frame based plots.
The window is the parent of the dialog, the frame contains the plot to be copied, width and height are the default values for the plot size.
◆ GTKHardcopy() [2/2]
GTKHardcopy::GTKHardcopy | ( | GtkWidget * | window, |
Geom3DPlot * | geom3dplot, | ||
size_t | width, | ||
size_t | height | ||
) |
Create an interactive dialog for producing hardcopies of 3D geometries.
◆ ~GTKHardcopy()
GTKHardcopy::~GTKHardcopy | ( | ) |
Destructor.
Member Function Documentation
◆ run()
void GTKHardcopy::run | ( | void | ) |
Run the dialog.
The documentation for this class was generated from the following files: