7#ifndef DLG_MOVE_TOP_CARDS_UNTIL_H
8#define DLG_MOVE_TOP_CARDS_UNTIL_H
13#include <QDialogButtonBox>
39 [[nodiscard]] QStringList
getExprs()
const;
43 [[nodiscard]] QString
getExpr()
const;
void validateAndAccept()
Definition dlg_move_top_cards_until.cpp:92
QComboBox * exprComboBox
Definition dlg_move_top_cards_until.h:31
DlgMoveTopCardsUntil(QWidget *parent=nullptr, const MoveTopCardsUntilOptions &options={})
Definition dlg_move_top_cards_until.cpp:15
QStringList getExprs() const
Definition dlg_move_top_cards_until.cpp:127
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:76
MoveTopCardsUntilOptions getOptions() const
Definition dlg_move_top_cards_until.cpp:120
QLabel * exprLabel
Definition dlg_move_top_cards_until.h:30
QLabel * numberOfHitsLabel
Definition dlg_move_top_cards_until.h:30
QDialogButtonBox * buttonBox
Definition dlg_move_top_cards_until.h:33
QString getExpr() const
Definition dlg_move_top_cards_until.cpp:115
QCheckBox * autoPlayCheckBox
Definition dlg_move_top_cards_until.h:34
QSpinBox * numberOfHitsEdit
Definition dlg_move_top_cards_until.h:32
Definition filter_string.h:34
Definition dlg_move_top_cards_until.h:20
QStringList exprs
Definition dlg_move_top_cards_until.h:21
bool autoPlay
Definition dlg_move_top_cards_until.h:23
int numberOfHits
Definition dlg_move_top_cards_until.h:22