![]() |
Cockatrice 2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
|
#include <tally_menu.h>
Public Member Functions | |
| TallyMenu () | |
| void | setShortcutsActive () override |
| Bind keyboard shortcuts. Called when this player gains focus. | |
| void | setShortcutsInactive () override |
| Unbind keyboard shortcuts. Called when this player loses focus. | |
| void | retranslateUi () override |
| Retranslate all user-visible strings. Called on language change. | |
| Public Member Functions inherited from TearOffMenu | |
| TearOffMenu (const QString &title, QWidget *parent=nullptr) | |
| TearOffMenu (QWidget *parent=nullptr) | |
| TearOffMenu * | addTearOffMenu (const QString &title) |
| Public Member Functions inherited from AbstractPlayerComponent | |
| virtual | ~AbstractPlayerComponent ()=default |
Private Member Functions | |
| QAction * | createTallyAction (TallyType tallyType) |
Private Attributes | |
| QActionGroup * | actionGroup = nullptr |
| QAction * | aTallyNone = nullptr |
| QAction * | aTallySubtypes = nullptr |
| QAction * | aTallyTotalPower = nullptr |
| TallyMenu::TallyMenu | ( | ) |
|
private |
|
overridevirtual |
Retranslate all user-visible strings. Called on language change.
Implements AbstractPlayerComponent.
|
overridevirtual |
Bind keyboard shortcuts. Called when this player gains focus.
Implements AbstractPlayerComponent.
|
overridevirtual |
Unbind keyboard shortcuts. Called when this player loses focus.
Implements AbstractPlayerComponent.
|
private |
|
private |
|
private |
|
private |