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


Public Member Functions | |
| DlgImportCroppingNonPdf (const QString &fileName) | |
| Single constructor. More... | |
| virtual | ~DlgImportCroppingNonPdf () |
| 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 non-pdf file.
Definition at line 24 of file DlgImportCroppingNonPdf.h.
| DlgImportCroppingNonPdf::DlgImportCroppingNonPdf | ( | const QString & | fileName | ) |
|
virtual |
Definition at line 55 of file DlgImportCroppingNonPdf.cpp.
| QImage DlgImportCroppingNonPdf::image | ( | ) | const |
Image that was selected. Value is null if loading failed.
Definition at line 133 of file DlgImportCroppingNonPdf.cpp.
|
virtual |
Do preparation before dialog is displayed.
Definition at line 170 of file DlgImportCroppingNonPdf.cpp.
1.8.14