qCC version 2.13.alpha (Qt) - 31 May 2022
Main CloudCompare application (GUI & command line)
Public Member Functions | Protected Member Functions | List of all members
ccSelectChildrenDlg Class Reference

Minimal dialog to pick one element in a list (combo box) More...

#include <ccSelectChildrenDlg.h>

Inheritance diagram for ccSelectChildrenDlg:
Inheritance graph
[legend]
Collaboration diagram for ccSelectChildrenDlg:
Collaboration graph
[legend]

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.
 

Detailed Description

Minimal dialog to pick one element in a list (combo box)

Member Function Documentation

◆ getTypeIsUsed()

bool ccSelectChildrenDlg::getTypeIsUsed ( ) const

if the type checkbox is checked the children are filtered before checking the name for matches


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