7#ifndef DLG_MOVE_TOP_CARDS_UNTIL_H
8#define DLG_MOVE_TOP_CARDS_UNTIL_H
13#include <QDialogButtonBox>
34 QStringList exprs = QStringList(),
35 uint numberOfHits = 1,
36 bool autoPlay =
false);
37 [[nodiscard]] QString
getExpr()
const;
38 [[nodiscard]] QStringList
getExprs()
const;
void validateAndAccept()
Definition dlg_move_top_cards_until.cpp:93
DlgMoveTopCardsUntil(QWidget *parent=nullptr, QStringList exprs=QStringList(), uint numberOfHits=1, bool autoPlay=false)
Definition dlg_move_top_cards_until.cpp:15
bool isAutoPlay() const
Definition dlg_move_top_cards_until.cpp:135
QComboBox * exprComboBox
Definition dlg_move_top_cards_until.h:24
uint getNumberOfHits() const
Definition dlg_move_top_cards_until.cpp:130
QStringList getExprs() const
Definition dlg_move_top_cards_until.cpp:121
bool validateMatchExists(const FilterString &filterString)
Validates that a card matching the expr exists in the card database. If no match is found,...
Definition dlg_move_top_cards_until.cpp:77
QLabel * exprLabel
Definition dlg_move_top_cards_until.h:23
QLabel * numberOfHitsLabel
Definition dlg_move_top_cards_until.h:23
QDialogButtonBox * buttonBox
Definition dlg_move_top_cards_until.h:26
QString getExpr() const
Definition dlg_move_top_cards_until.cpp:116
QCheckBox * autoPlayCheckBox
Definition dlg_move_top_cards_until.h:27
QSpinBox * numberOfHitsEdit
Definition dlg_move_top_cards_until.h:25
Definition filter_string.h:34