![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <ecvGraphicalSegmentationOptionsDlg.h>


Public Member Functions | |
| ccGraphicalSegmentationOptionsDlg (const QString windowTitle=QString(), QWidget *parent=nullptr) | |
| Default constructor. More... | |
| void | accept () |
Static Public Member Functions | |
| static QString | SegmentationToolOptionsKey () |
| Returns the QSettings key to store the segmentation tool options. More... | |
| static QString | RemainingSuffixKey () |
| Returns the QSettings key to store the 'remaining entity' suffix. More... | |
| static QString | SegmentedSuffixKey () |
| Returns the QSettings key to store the 'segmented entity' suffix. More... | |
Definition at line 16 of file ecvGraphicalSegmentationOptionsDlg.h.
| ccGraphicalSegmentationOptionsDlg::ccGraphicalSegmentationOptionsDlg | ( | const QString | windowTitle = QString(), |
| QWidget * | parent = nullptr |
||
| ) |
Default constructor.
Definition at line 13 of file ecvGraphicalSegmentationOptionsDlg.cpp.
References RemainingSuffixKey(), SegmentationToolOptionsKey(), and SegmentedSuffixKey().
| void ccGraphicalSegmentationOptionsDlg::accept | ( | ) |
Definition at line 34 of file ecvGraphicalSegmentationOptionsDlg.cpp.
References RemainingSuffixKey(), SegmentationToolOptionsKey(), and SegmentedSuffixKey().
|
inlinestatic |
Returns the QSettings key to store the 'remaining entity' suffix.
Definition at line 33 of file ecvGraphicalSegmentationOptionsDlg.h.
Referenced by accept(), and ccGraphicalSegmentationOptionsDlg().
|
inlinestatic |
Returns the QSettings key to store the segmentation tool options.
Definition at line 29 of file ecvGraphicalSegmentationOptionsDlg.h.
Referenced by accept(), and ccGraphicalSegmentationOptionsDlg().
|
inlinestatic |
Returns the QSettings key to store the 'segmented entity' suffix.
Definition at line 35 of file ecvGraphicalSegmentationOptionsDlg.h.
Referenced by accept(), and ccGraphicalSegmentationOptionsDlg().