![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog 'context'. More...
Public Member Functions | |
| AsciiOpenContext () | |
| Default initializer. More... | |
| void | save (Ui_AsciiOpenDialog *ui) |
| Saves state. More... | |
| void | load (Ui_AsciiOpenDialog *ui) const |
| Restores state. More... | |
Public Attributes | |
| AsciiOpenDlg::Sequence | sequence |
| QChar | separator |
| bool | extractSFNameFrom1stLine |
| double | maxPointCountPerCloud |
| int | skipLines |
| bool | applyAll |
| bool | commaDecimal |
Dialog 'context'.
Definition at line 50 of file AsciiOpenDlg.cpp.
|
inline |
Default initializer.
Definition at line 52 of file AsciiOpenDlg.cpp.
|
inline |
Restores state.
Definition at line 71 of file AsciiOpenDlg.cpp.
References commaDecimal, extractSFNameFrom1stLine, maxPointCountPerCloud, separator, and skipLines.
Referenced by AsciiOpenDlg::restorePreviousContext().
|
inline |
Saves state.
Definition at line 61 of file AsciiOpenDlg.cpp.
References commaDecimal, extractSFNameFrom1stLine, maxPointCountPerCloud, separator, and skipLines.
Referenced by AsciiOpenDlg::applyAll().
| bool AsciiOpenContext::applyAll |
Definition at line 92 of file AsciiOpenDlg.cpp.
Referenced by AsciiOpenDlg::applyAll(), AsciiOpenDlg::ResetApplyAll(), and AsciiOpenDlg::restorePreviousContext().
| bool AsciiOpenContext::commaDecimal |
Definition at line 93 of file AsciiOpenDlg.cpp.
| bool AsciiOpenContext::extractSFNameFrom1stLine |
Definition at line 89 of file AsciiOpenDlg.cpp.
| double AsciiOpenContext::maxPointCountPerCloud |
Definition at line 90 of file AsciiOpenDlg.cpp.
| QChar AsciiOpenContext::separator |
Definition at line 88 of file AsciiOpenDlg.cpp.
Referenced by load(), AsciiOpenDlg::restorePreviousContext(), and save().
| AsciiOpenDlg::Sequence AsciiOpenContext::sequence |
Definition at line 87 of file AsciiOpenDlg.cpp.
Referenced by AsciiOpenDlg::applyAll(), and AsciiOpenDlg::restorePreviousContext().
| int AsciiOpenContext::skipLines |
Definition at line 91 of file AsciiOpenDlg.cpp.
Referenced by load(), AsciiOpenDlg::restorePreviousContext(), and save().