Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
VisualDeckEditorSampleHandWidget Class Reference

#include <visual_deck_editor_sample_hand_widget.h>

Inheritance diagram for VisualDeckEditorSampleHandWidget:
[legend]
Collaboration diagram for VisualDeckEditorSampleHandWidget:
[legend]

Public Slots

void updateDisplay ()
void setDeckModel (DeckListModel *deckModel)
void retranslateUi ()

Public Member Functions

 VisualDeckEditorSampleHandWidget (QWidget *parent, DeckListModel *deckListModel)
QList< ExactCardgetRandomCards (int amountToGet)

Private Attributes

DeckListModeldeckListModel
QVBoxLayout * layout
QWidget * resetAndHandSizeContainerWidget
QHBoxLayout * resetAndHandSizeLayout
QPushButton * resetButton
QSpinBox * handSizeSpinBox
FlowWidgetflowWidget
CardSizeWidgetcardSizeWidget

Constructor & Destructor Documentation

◆ VisualDeckEditorSampleHandWidget()

VisualDeckEditorSampleHandWidget::VisualDeckEditorSampleHandWidget ( QWidget * parent,
DeckListModel * deckListModel )
Here is the call graph for this function:

Member Function Documentation

◆ getRandomCards()

QList< ExactCard > VisualDeckEditorSampleHandWidget::getRandomCards ( int amountToGet)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retranslateUi

void VisualDeckEditorSampleHandWidget::retranslateUi ( )
slot
Here is the caller graph for this function:

◆ setDeckModel

void VisualDeckEditorSampleHandWidget::setDeckModel ( DeckListModel * deckModel)
slot
Here is the call graph for this function:

◆ updateDisplay

void VisualDeckEditorSampleHandWidget::updateDisplay ( )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ cardSizeWidget

CardSizeWidget* VisualDeckEditorSampleHandWidget::cardSizeWidget
private

◆ deckListModel

DeckListModel* VisualDeckEditorSampleHandWidget::deckListModel
private

◆ flowWidget

FlowWidget* VisualDeckEditorSampleHandWidget::flowWidget
private

◆ handSizeSpinBox

QSpinBox* VisualDeckEditorSampleHandWidget::handSizeSpinBox
private

◆ layout

QVBoxLayout* VisualDeckEditorSampleHandWidget::layout
private

◆ resetAndHandSizeContainerWidget

QWidget* VisualDeckEditorSampleHandWidget::resetAndHandSizeContainerWidget
private

◆ resetAndHandSizeLayout

QHBoxLayout* VisualDeckEditorSampleHandWidget::resetAndHandSizeLayout
private

◆ resetButton

QPushButton* VisualDeckEditorSampleHandWidget::resetButton
private

The documentation for this class was generated from the following files: