Dialog for setting the advanced parameters in a newly imported Document. More...
#include <DlgImportAdvanced.h>
Public Member Functions | |
| DlgImportAdvanced (MainWindow &mainWindow) | |
| Single constructor. | |
| virtual void | createOptionalSaveDefault (QHBoxLayout *layout) |
| Let subclass define an optional Save As Default button. | |
| virtual QWidget * | createSubPanel () |
| Create dialog-specific panel to which base class will add Ok and Cancel buttons. | |
| DocumentAxesPointsRequired | documentAxesPointsRequired () const |
| Number of axes points selected by user. | |
| virtual void | handleOk () |
| Process slotOk. | |
| virtual void | load (CmdMediator &cmdMediator) |
| Load settings from Document. | |
| unsigned int | numberCoordSystem () const |
| Number of coordinate systems selected by user. | |
| virtual void | setSmallDialogs (bool smallDialogs) |
| If false then dialogs have a minimum size so all controls are visible. | |
Dialog for setting the advanced parameters in a newly imported Document.
Definition at line 19 of file DlgImportAdvanced.h.
1.6.1