|
Engauge Digitizer
2
|
Dialog for selecting a page and frame on that page when importing an image from a pdf file. More...
#include <DlgImportCroppingPdf.h>


Public Member Functions | |
| DlgImportCroppingPdf (const Poppler::Document &document, int resolution) | |
| Single constructor. More... | |
| virtual | ~DlgImportCroppingPdf () |
| QImage | image () const |
| Image that was selected. Value is null if loading failed. More... | |
| virtual void | showEvent (QShowEvent *event) |
| Do preparation before dialog is displayed. More... | |
Dialog for selecting a page and frame on that page when importing an image from a pdf file.
Definition at line 28 of file DlgImportCroppingPdf.h.
| DlgImportCroppingPdf::DlgImportCroppingPdf | ( | const Poppler::Document & | document, |
| int | resolution | ||
| ) |
|
virtual |
Definition at line 66 of file DlgImportCroppingPdf.cpp.
| QImage DlgImportCroppingPdf::image | ( | ) | const |
Image that was selected. Value is null if loading failed.
Definition at line 167 of file DlgImportCroppingPdf.cpp.
|
virtual |
Do preparation before dialog is displayed.
Definition at line 217 of file DlgImportCroppingPdf.cpp.
1.8.14