ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
FacetsExportDlg Class Reference

Dialog for exporting facets or facets info (qFacets plugin) More...

#include <facetsExportDlg.h>

Inheritance diagram for FacetsExportDlg:
Collaboration diagram for FacetsExportDlg:

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...
 

Detailed Description

Dialog for exporting facets or facets info (qFacets plugin)

Definition at line 15 of file facetsExportDlg.h.

Member Enumeration Documentation

◆ IOMode

Usage mode.

Enumerator
SHAPE_FILE_IO 
ASCII_FILE_IO 

Definition at line 20 of file facetsExportDlg.h.

Constructor & Destructor Documentation

◆ FacetsExportDlg()

FacetsExportDlg::FacetsExportDlg ( IOMode  mode,
QWidget *  parent = 0 
)

Default constructor.

Definition at line 16 of file facetsExportDlg.cpp.

References browseDestination().

Member Function Documentation

◆ browseDestination

void FacetsExportDlg::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().

Member Data Documentation

◆ m_mode

IOMode FacetsExportDlg::m_mode
protected

Current I/O mode.

Definition at line 32 of file facetsExportDlg.h.

Referenced by browseDestination().


The documentation for this class was generated from the following files: