Home
last modified time | relevance | path

Searched defs:logFlipHoleCardsMsg (Results 1 – 3 of 3) sorted by relevance

/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/gametable/log/
H A Dguilog.cpp428 void guiLog::logFlipHoleCardsMsg(QString playerName, int card1, int card2, int cardsValueInt, QStri… in logFlipHoleCardsMsg() function in guiLog
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/generic/
H A Dserverguiwrapper.cpp106 void ServerGuiWrapper::logFlipHoleCardsMsg(std::string /*playerName*/, int /*card1*/, int /*card2*/… in logFlipHoleCardsMsg() function in ServerGuiWrapper
/dports/games/pokerth/pokerth-1.1.2-rc/src/gui/qt/
H A Dguiwrapper.cpp282 void GuiWrapper::logFlipHoleCardsMsg(string playerName, int card1, int card2, int cardsValueInt, st… in logFlipHoleCardsMsg() function in GuiWrapper