#include <deck_view.h>
|
| enum | { Type = typeDeckViewCardContainer
} |
◆ anonymous enum
◆ DeckViewCardContainer()
| DeckViewCardContainer::DeckViewCardContainer |
( |
const QString & | _name | ) |
|
|
explicit |
◆ addCard()
◆ boundingRect()
| QRectF DeckViewCardContainer::boundingRect |
( |
| ) |
const |
|
nodiscardoverride |
◆ calculateBoundingRect()
| QSizeF DeckViewCardContainer::calculateBoundingRect |
( |
const QList< QPair< int, int > > & | rowsAndCols | ) |
const |
|
nodiscard |
◆ getCards()
| const QList< DeckViewCard * > & DeckViewCardContainer::getCards |
( |
| ) |
const |
|
inlinenodiscard |
◆ getCardTypeTextWidth()
| int DeckViewCardContainer::getCardTypeTextWidth |
( |
| ) |
const |
|
nodiscardprivate |
◆ getName()
| const QString & DeckViewCardContainer::getName |
( |
| ) |
const |
|
inlinenodiscard |
◆ getRowsAndCols()
| QList< QPair< int, int > > DeckViewCardContainer::getRowsAndCols |
( |
| ) |
const |
|
nodiscard |
◆ paint()
| void DeckViewCardContainer::paint |
( |
QPainter * | painter, |
|
|
const QStyleOptionGraphicsItem * | option, |
|
|
QWidget * | widget ) |
|
override |
◆ rearrangeItems()
| void DeckViewCardContainer::rearrangeItems |
( |
const QList< QPair< int, int > > & | rowsAndCols | ) |
|
◆ removeCard()
| void DeckViewCardContainer::removeCard |
( |
DeckViewCard * | card | ) |
|
◆ setWidth()
| void DeckViewCardContainer::setWidth |
( |
qreal | _width | ) |
|
◆ sortCardsByName()
◆ type()
| int DeckViewCardContainer::type |
( |
| ) |
const |
|
inlinenodiscardoverride |
◆ cards
◆ cardsByType
| QMultiMap<QString, DeckViewCard *> DeckViewCardContainer::cardsByType |
|
private |
◆ currentRowsAndCols
| QList<QPair<int, int> > DeckViewCardContainer::currentRowsAndCols |
|
private |
◆ height
| qreal DeckViewCardContainer::height |
|
private |
◆ name
| QString DeckViewCardContainer::name |
|
private |
◆ paddingY
| const int DeckViewCardContainer::paddingY = 10 |
|
staticprivate |
◆ separatorY
| const int DeckViewCardContainer::separatorY = 20 |
|
staticprivate |
◆ width
| qreal DeckViewCardContainer::width |
|
private |
The documentation for this class was generated from the following files: