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

#include <tabbed_deck_view_container.h>

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

Public Member Functions

 TabbedDeckViewContainer (int _playerId, TabGame *parent)
void closeTab (int index)
void updateTabBarVisibility ()
void addOpponentDeckView (const DeckList &opponentDeck, int opponentId, QString opponentName)

Public Attributes

int playerId
TabGameparentGame
DeckViewContainerplayerDeckView
QMap< int, DeckView * > opponentDeckViews

Constructor & Destructor Documentation

◆ TabbedDeckViewContainer()

TabbedDeckViewContainer::TabbedDeckViewContainer ( int _playerId,
TabGame * parent )
explicit
Here is the call graph for this function:

Member Function Documentation

◆ addOpponentDeckView()

void TabbedDeckViewContainer::addOpponentDeckView ( const DeckList & opponentDeck,
int opponentId,
QString opponentName )
Here is the call graph for this function:

◆ closeTab()

void TabbedDeckViewContainer::closeTab ( int index)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ updateTabBarVisibility()

void TabbedDeckViewContainer::updateTabBarVisibility ( )
Here is the caller graph for this function:

Member Data Documentation

◆ opponentDeckViews

QMap<int, DeckView *> TabbedDeckViewContainer::opponentDeckViews

◆ parentGame

TabGame* TabbedDeckViewContainer::parentGame

◆ playerDeckView

DeckViewContainer* TabbedDeckViewContainer::playerDeckView

◆ playerId

int TabbedDeckViewContainer::playerId

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