#include <dlg_move_top_cards_until.h>
|
| void | validateAndAccept () |
| bool | validateMatchExists (const FilterString &filterString) |
| | Validates that a card matching the expr exists in the card database. If no match is found, then pop up a window to warn the user, giving them a chance to back out.
|
◆ DlgMoveTopCardsUntil()
| DlgMoveTopCardsUntil::DlgMoveTopCardsUntil |
( |
QWidget * | parent = nullptr, |
|
|
QStringList | exprs = QStringList(), |
|
|
uint | numberOfHits = 1, |
|
|
bool | autoPlay = false ) |
|
explicit |
◆ getExpr()
| QString DlgMoveTopCardsUntil::getExpr |
( |
| ) |
const |
|
nodiscard |
◆ getExprs()
| QStringList DlgMoveTopCardsUntil::getExprs |
( |
| ) |
const |
|
nodiscard |
◆ getNumberOfHits()
| uint DlgMoveTopCardsUntil::getNumberOfHits |
( |
| ) |
const |
|
nodiscard |
◆ isAutoPlay()
| bool DlgMoveTopCardsUntil::isAutoPlay |
( |
| ) |
const |
|
nodiscard |
◆ validateAndAccept()
| void DlgMoveTopCardsUntil::validateAndAccept |
( |
| ) |
|
|
private |
◆ validateMatchExists()
| bool DlgMoveTopCardsUntil::validateMatchExists |
( |
const FilterString & | filterString | ) |
|
|
private |
Validates that a card matching the expr exists in the card database. If no match is found, then pop up a window to warn the user, giving them a chance to back out.
- Returns
- whether to proceed with the action
◆ autoPlayCheckBox
| QCheckBox* DlgMoveTopCardsUntil::autoPlayCheckBox |
|
private |
◆ buttonBox
| QDialogButtonBox* DlgMoveTopCardsUntil::buttonBox |
|
private |
◆ exprComboBox
| QComboBox* DlgMoveTopCardsUntil::exprComboBox |
|
private |
◆ exprLabel
| QLabel* DlgMoveTopCardsUntil::exprLabel |
|
private |
◆ numberOfHitsEdit
| QSpinBox* DlgMoveTopCardsUntil::numberOfHitsEdit |
|
private |
◆ numberOfHitsLabel
| QLabel * DlgMoveTopCardsUntil::numberOfHitsLabel |
|
private |
The documentation for this class was generated from the following files: