![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for export multiple 2D profiles in a single DXF file (qSRA plugin) More...
#include <dxfProfilesExportDlg.h>


Public Member Functions | |
| DxfProfilesExportDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| QString | getVertFilename () const |
| Returns vert. profiles output filename (on completion) More... | |
| QString | getHorizFilename () const |
| Returns horiz. profiles output filename (on completion) More... | |
Protected Slots | |
| void | browseVertFile () |
| Called when the vert. 'browse' tool button is pressed. More... | |
| void | browseHorizFile () |
| Called when the horiz. 'browse' tool button is pressed. More... | |
| void | acceptAndSaveSettings () |
| Saves dialog state to persistent settings. More... | |
Protected Member Functions | |
| void | initFromPersistentSettings () |
| Inits dialog state from persistent settings. More... | |
Dialog for export multiple 2D profiles in a single DXF file (qSRA plugin)
Definition at line 13 of file dxfProfilesExportDlg.h.
|
explicit |
Default constructor.
Definition at line 20 of file dxfProfilesExportDlg.cpp.
References acceptAndSaveSettings(), browseHorizFile(), browseVertFile(), and initFromPersistentSettings().
|
protectedslot |
Saves dialog state to persistent settings.
Definition at line 95 of file dxfProfilesExportDlg.cpp.
Referenced by DxfProfilesExportDlg().
|
protectedslot |
Called when the horiz. 'browse' tool button is pressed.
Definition at line 137 of file dxfProfilesExportDlg.cpp.
References filename.
Referenced by DxfProfilesExportDlg().
|
protectedslot |
Called when the vert. 'browse' tool button is pressed.
Definition at line 120 of file dxfProfilesExportDlg.cpp.
References filename.
Referenced by DxfProfilesExportDlg().
| QString DxfProfilesExportDlg::getHorizFilename | ( | ) | const |
Returns horiz. profiles output filename (on completion)
Definition at line 149 of file dxfProfilesExportDlg.cpp.
Referenced by DistanceMapGenerationDlg::exportProfilesAsDXF().
| QString DxfProfilesExportDlg::getVertFilename | ( | ) | const |
Returns vert. profiles output filename (on completion)
Definition at line 132 of file dxfProfilesExportDlg.cpp.
Referenced by DistanceMapGenerationDlg::exportProfilesAsDXF().
|
protected |
Inits dialog state from persistent settings.
Definition at line 34 of file dxfProfilesExportDlg.cpp.
References ecvFileUtils::defaultDocPath().
Referenced by DxfProfilesExportDlg().