qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
|
Minimal dialog to pick one element in a list (combo box) More...
#include <ccSelectChildrenDlg.h>
Public Member Functions | |
ccSelectChildrenDlg (QWidget *parent=nullptr) | |
Default constructor. | |
void | addType (QString typeName, CC_CLASS_ENUM type) |
Add an element to the 'type' combo box. | |
CC_CLASS_ENUM | getSelectedType () |
Returns the selected type. | |
QString | getSelectedName () |
Returns the selected name (if any) | |
bool | getStrictMatchState () const |
Returns the state of the strict type checkbox. | |
bool | getTypeIsUsed () const |
bool | getNameIsRegex () const |
if the name must be considered as regex | |
bool | getNameMatchIsUsed () const |
if performing name-match (regex or not) | |
Protected Member Functions | |
void | onAccept () |
Called when the dialog is accepted. | |
Minimal dialog to pick one element in a list (combo box)
bool ccSelectChildrenDlg::getTypeIsUsed | ( | ) | const |
if the type checkbox is checked the children are filtered before checking the name for matches