mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-26 00:23:55 -07:00
Hover popup.
Took 36 minutes Took 1 minute
This commit is contained in:
parent
5c021f0aad
commit
8007d40a90
7 changed files with 1126 additions and 0 deletions
|
|
@ -74,6 +74,27 @@ public:
|
|||
int playerId,
|
||||
const QString &deckHash,
|
||||
ChatView *chatView = nullptr);
|
||||
|
||||
const UserListProxy *getUserListProxy() const
|
||||
{
|
||||
return userListProxy;
|
||||
}
|
||||
|
||||
// Individual action entry points — used by UserInfoPopup to trigger
|
||||
// actions without re-running the full context menu flow.
|
||||
void execChat(const QString &userName);
|
||||
void execDetails(const QString &userName);
|
||||
void execShowGames(const QString &userName);
|
||||
void execAddToBuddy(const QString &userName);
|
||||
void execRemoveFromBuddy(const QString &userName);
|
||||
void execAddToIgnore(const QString &userName);
|
||||
void execRemoveFromIgnore(const QString &userName);
|
||||
void execBan(const QString &userName);
|
||||
void execWarn(const QString &userName);
|
||||
void execBanHistory(const QString &userName);
|
||||
void execWarnHistory(const QString &userName);
|
||||
void execAdminNotes(const QString &userName);
|
||||
void execAdjustMod(const QString &userName, bool shouldBeMod, bool shouldBeJudge);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue