|
qCC_io version 2.13.alpha (Qt) - 31 May 2022
CloudCompare standard I/O filters (file readers & writers)
|
Dialog for configuration of PLY files opening sequence. More...
#include <PlyOpenDlg.h>


Signals | |
| void | fullyAccepted () |
Public Member Functions | |
| PlyOpenDlg (QWidget *parent=nullptr) | |
| void | setDefaultComboItems (const QStringList &stdPropsText) |
| void | setListComboItems (const QStringList &listPropsText) |
| void | setSingleComboItems (const QStringList &singlePropsText) |
| bool | isValid (bool displayErrors=true) const |
| Returns whether the current configuration is valid or not. | |
| bool | restorePreviousContext (bool &hasAPreviousContext) |
| Restores the previously saved configuration (if any) More... | |
| bool | canBeSkipped () const |
| Returns whether the dialog can be 'skipped'. More... | |
| void | addSFComboBox (int selectedIndex=0) |
Static Public Member Functions | |
| static void | ResetApplyAll () |
| Resets the "apply all" flag (if set) | |
Dialog for configuration of PLY files opening sequence.
| bool PlyOpenDlg::canBeSkipped | ( | ) | const |
Returns whether the dialog can be 'skipped'.
i.e. 'Apply all' button has been previously clicked and the configuration is valid.
| bool PlyOpenDlg::restorePreviousContext | ( | bool & | hasAPreviousContext | ) |
Restores the previously saved configuration (if any)
| hasAPreviousContext | returns whether a previous context is stored |