![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for exporting facets or facets info (qFacets plugin) More...
#include <facetsExportDlg.h>


Public Types | |
| enum | IOMode { SHAPE_FILE_IO , ASCII_FILE_IO } |
| Usage mode. More... | |
Public Member Functions | |
| FacetsExportDlg (IOMode mode, QWidget *parent=0) | |
| Default constructor. More... | |
Protected Slots | |
| void | browseDestination () |
| Called when the 'browse' tool button is pressed. More... | |
Protected Attributes | |
| IOMode | m_mode |
| Current I/O mode. More... | |
Dialog for exporting facets or facets info (qFacets plugin)
Definition at line 15 of file facetsExportDlg.h.
| FacetsExportDlg::FacetsExportDlg | ( | IOMode | mode, |
| QWidget * | parent = 0 |
||
| ) |
Default constructor.
Definition at line 16 of file facetsExportDlg.cpp.
References browseDestination().
|
protectedslot |
Called when the 'browse' tool button is pressed.
Definition at line 24 of file facetsExportDlg.cpp.
References ASCII_FILE_IO, m_mode, and SHAPE_FILE_IO.
Referenced by FacetsExportDlg().
|
protected |
Current I/O mode.
Definition at line 32 of file facetsExportDlg.h.
Referenced by browseDestination().