Cockatrice 2026-03-05-Development-2.11.0-beta.54
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
visual_deck_editor_sample_hand_widget.h
Go to the documentation of this file.
1
6
7#ifndef VISUAL_DECK_EDITOR_SAMPLE_HAND_WIDGET_H
8#define VISUAL_DECK_EDITOR_SAMPLE_HAND_WIDGET_H
9
13
14#include <QPushButton>
15#include <QSpinBox>
16#include <QWidget>
18
46
47#endif // VISUAL_DECK_EDITOR_SAMPLE_HAND_WIDGET_H
TODO: Document this.
A widget for adjusting card sizes using a slider.
Definition card_size_widget.h:21
Qt model representing a decklist for use in views (tree/table).
Definition deck_list_model.h:214
Definition deck_list_statistics_analyzer.h:23
Definition draw_probability_widget.h:14
Definition flow_widget.h:20
void retranslateUi()
Definition visual_deck_editor_sample_hand_widget.cpp:69
VisualDeckEditorSampleHandWidget(QWidget *parent, DeckListModel *deckListModel, DeckListStatisticsAnalyzer *statsAnalyzer)
Definition visual_deck_editor_sample_hand_widget.cpp:13
QSpinBox * handSizeSpinBox
Definition visual_deck_editor_sample_hand_widget.h:41
QList< ExactCard > getRandomCards(int amountToGet)
Definition visual_deck_editor_sample_hand_widget.cpp:112
FlowWidget * flowWidget
Definition visual_deck_editor_sample_hand_widget.h:42
QVBoxLayout * layout
Definition visual_deck_editor_sample_hand_widget.h:37
CardSizeWidget * cardSizeWidget
Definition visual_deck_editor_sample_hand_widget.h:44
DrawProbabilityWidget * drawProbabilityWidget
Definition visual_deck_editor_sample_hand_widget.h:43
DeckListStatisticsAnalyzer * statsAnalyzer
Definition visual_deck_editor_sample_hand_widget.h:36
DeckListModel * deckListModel
Definition visual_deck_editor_sample_hand_widget.h:35
void setDeckModel(DeckListModel *deckModel)
Definition visual_deck_editor_sample_hand_widget.cpp:75
QWidget * resetAndHandSizeContainerWidget
Definition visual_deck_editor_sample_hand_widget.h:38
QHBoxLayout * resetAndHandSizeLayout
Definition visual_deck_editor_sample_hand_widget.h:39
QPushButton * resetButton
Definition visual_deck_editor_sample_hand_widget.h:40
void updateDisplay()
Definition visual_deck_editor_sample_hand_widget.cpp:82
TODO: Document this.