#include <QObject>#include <QList>#include <QPixmap>#include <QSize>#include <QHash>#include <kdebug.h>#include <krandomsequence.h>Include dependency graph for deck.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | CardDeck |
Classes | |
| class | Deck |
| The deck stores a card deck, handles random functions like shuffling and deals the cards. More... | |
Enumerations | |
| enum | CardDeck::Suite { CardDeck::Club = 0, CardDeck::Spade = 1, CardDeck::Heart = 2, CardDeck::Diamond = 3, CardDeck::Grand = 4 } |
| enum | CardDeck::CardType { CardDeck::Ace = 0, CardDeck::King = 1, CardDeck::Queen = 2, CardDeck::Jack = 3, CardDeck::Ten = 4, CardDeck::Nine = 5, CardDeck::Eight = 6, CardDeck::Seven = 7 } |
1.4.6