#include <forms/dialognodefind.h>
|
| void | setError (const bool &toggle) |
| void | getIndex (const QString &indexStr) |
| | Gets the selected index.
|
| void | checkErrors () |
| | Checks for various input errors.
|
| void | getUserChoices () |
| | Gathers user input and emits userChoices signal.
|
◆ DialogNodeFind()
| DialogNodeFind::DialogNodeFind |
( |
QWidget * | parent = Q_NULLPTR, |
|
|
QStringList | indexList = QStringList() ) |
|
explicit |
◆ ~DialogNodeFind()
| DialogNodeFind::~DialogNodeFind |
( |
| ) |
|
◆ checkErrors
| void DialogNodeFind::checkErrors |
( |
| ) |
|
|
slot |
Checks for various input errors.
◆ getIndex
| void DialogNodeFind::getIndex |
( |
const QString & | indexStr | ) |
|
|
slot |
Gets the selected index.
- Parameters
-
◆ getUserChoices
| void DialogNodeFind::getUserChoices |
( |
| ) |
|
|
slot |
Gathers user input and emits userChoices signal.
◆ setError
| void DialogNodeFind::setError |
( |
const bool & | toggle | ) |
|
|
slot |
◆ userChoices
| void DialogNodeFind::userChoices |
( |
const QStringList & | list, |
|
|
const QString & | type, |
|
|
const QString & | selectedIndex = QString() ) |
|
signal |
◆ list
| QStringList DialogNodeFind::list |
|
private |
◆ searchType
| QString DialogNodeFind::searchType |
|
private |
◆ selectedIndex
| QString DialogNodeFind::selectedIndex |
|
private |
◆ str
| QString DialogNodeFind::str |
|
private |
◆ tempListA
| QStringList DialogNodeFind::tempListA |
|
private |
◆ tempListB
| QStringList DialogNodeFind::tempListB |
|
private |
◆ ui
| Ui::DialogNodeFind* DialogNodeFind::ui |
|
private |
The documentation for this class was generated from the following files: