1#ifndef COCKATRICE_PLAYMAT_COLLECTION_DIALOG_H
2#define COCKATRICE_PLAYMAT_COLLECTION_DIALOG_H
void movePlaymatUp()
Definition playmat_collection_dialog.cpp:152
void removePlaymat()
Definition playmat_collection_dialog.cpp:141
void selectionChanged()
Definition playmat_collection_dialog.cpp:99
QPushButton * moveUpButton
Definition playmat_collection_dialog.h:50
QLabel * modeLabel
Definition playmat_collection_dialog.h:46
QPushButton * addButton
Definition playmat_collection_dialog.h:47
void movePlaymatDown()
Definition playmat_collection_dialog.cpp:164
void setupUi()
Definition playmat_collection_dialog.cpp:35
QListWidget * playmatList
Definition playmat_collection_dialog.h:44
void retranslateUi()
Definition playmat_collection_dialog.cpp:176
QList< PlaymatInfo > playmats
Working copy edited by the dialog.
Definition playmat_collection_dialog.h:43
void editPlaymat()
Definition playmat_collection_dialog.cpp:122
QComboBox * modeCombo
Definition playmat_collection_dialog.h:45
void accept() override
Definition playmat_collection_dialog.cpp:22
QPushButton * removeButton
Definition playmat_collection_dialog.h:49
QPushButton * moveDownButton
Definition playmat_collection_dialog.h:51
int currentRow() const
Definition playmat_collection_dialog.cpp:30
QPushButton * editButton
Definition playmat_collection_dialog.h:48
void addPlaymat()
Definition playmat_collection_dialog.cpp:108
PlaymatCollectionDialog(QWidget *parent=nullptr)
Definition playmat_collection_dialog.cpp:15