|
| void | setLastToken (CardInfoPtr cardInfo) |
| void | setLastTokenInfo (CardInfoPtr cardInfo) |
| void | playCard (CardItem *c, bool faceDown) |
| void | playCardToTable (const CardItem *c, bool faceDown) |
| void | actUntapAll () |
| void | actRequestRollDieDialog () |
| void | actRollDie (int sides, int count) |
| void | actFlipCoin () |
| void | actRequestCreateTokenDialog (const QStringList &predefinedTokens) |
| void | actCreateToken (TokenInfo tokenToCreate) |
| void | actCreateAnotherToken () |
| void | actRequestCreateRelatedFromRelationDialog (const CardItem *sourceCard, const CardRelation *cardRelation) |
| bool | createRelatedFromRelation (const CardItem *sourceCard, const CardRelation *cardRelation, int variableCount) |
| void | onRelatedCardCreated (const CardItem *sourceCard, const CardRelation *cardRelation) |
| void | setLastRelatedCreationSucceeded (bool succeeded) |
| void | actShuffle () |
| void | actRequestShuffleTopDialog () |
| void | actShuffleTop (int number) |
| void | actRequestShuffleBottomDialog () |
| void | actShuffleBottom (int number) |
| void | actDrawCard () |
| void | actRequestDrawCardsDialog () |
| void | actDrawCards (int number) |
| void | actUndoDraw () |
| void | actRequestMulliganDialog () |
| void | actMulligan (int number) |
| void | actMulliganSameSize () |
| void | actMulliganMinusOne () |
| void | doMulligan (int number) |
| void | actPlay (QList< CardItem * > selectedCards) |
| void | actPlayFacedown (QList< CardItem * > selectedCards) |
| void | actHide (QList< CardItem * > selectedCards) |
| void | actMoveTopCardToPlay () |
| void | actMoveTopCardToPlayFaceDown () |
| void | actMoveTopCardToGrave () |
| void | actMoveTopCardToExile () |
| void | actMoveTopCardsToGrave () |
| void | actMoveTopCardsToGraveFaceDown () |
| void | actMoveTopCardsToExile () |
| void | actMoveTopCardsToExileFaceDown () |
| void | actRequestMoveTopCardsUntilDialog () |
| void | moveTopCardsUntil (const QString &expr, MoveTopCardsUntilOptions options) |
| void | actMoveTopCardToBottom () |
| void | actRequestMoveTopCardsToDialog (const QString &targetZone, const QString &zoneDisplayName, bool faceDown) |
| void | moveTopCardsTo (int number, const QString &targetZone, bool faceDown) |
| void | actDrawBottomCard () |
| void | actRequestDrawBottomCardsDialog () |
| void | actDrawBottomCards (int number) |
| void | actMoveBottomCardToPlay () |
| void | actMoveBottomCardToPlayFaceDown () |
| void | actMoveBottomCardToGrave () |
| void | actMoveBottomCardToExile () |
| void | actMoveBottomCardsToGrave () |
| void | actMoveBottomCardsToGraveFaceDown () |
| void | actMoveBottomCardsToExile () |
| void | actMoveBottomCardsToExileFaceDown () |
| void | actMoveBottomCardToTop () |
| void | actRequestMoveBottomCardsToDialog (const QString &targetZone, const QString &zoneDisplayName, bool faceDown) |
| void | moveBottomCardsTo (int number, const QString &targetZone, bool faceDown) |
| void | actSelectAll () |
| void | actSelectRow () |
| void | actSelectColumn () |
| void | actViewLibrary () |
| void | actViewHand () |
| void | actRequestViewTopCardsDialog () |
| void | actViewTopCards (int number) |
| void | actRequestViewBottomCardsDialog () |
| void | actViewBottomCards (int number) |
| void | actAlwaysRevealTopCard (bool alwaysRevealTopCard) |
| void | actAlwaysLookAtTopCard (bool alwaysRevealTopCard) |
| void | actViewGraveyard () |
| void | actLendLibrary (int lendToPlayerId) |
| void | actRevealTopCards (int revealToPlayerId, int amount) |
| void | actRevealRandomGraveyardCard (int revealToPlayerId) |
| void | actViewRfg () |
| void | actViewSideboard () |
| void | actSayMessage () |
| void | actOpenDeckInDeckEditor () |
| void | actCreatePredefinedToken () |
| void | actCreateRelatedCard () |
| void | actCreateAllRelatedCards () |
| void | actRequestMoveCardXCardsFromTopDialog () |
| void | actMoveCardXCardsFromTop (QList< CardItem * > selectedCards, int number) |
| void | actRemoveCardCounter (QList< CardItem * > selectedCards, int counterId) |
| void | actAddCardCounter (QList< CardItem * > selectedCards, int counterId) |
| void | actRequestSetCardCounterDialog (QList< CardItem * > selectedCards, int counterId) |
| void | actSetCardCounter (QList< CardItem * > selectedCards, int counterId, const QString &counterValue) |
| void | actIncrementAllCardCounters (QList< CardItem * > cardsToUpdate) |
| void | actAttach () |
| void | actUnattach (QList< CardItem * > selectedCards) |
| void | actDrawArrow () |
| void | actIncPT (QList< CardItem * > selectedCards, int deltaP, int deltaT) |
| void | actResetPT (QList< CardItem * > selectedCards) |
| void | actRequestSetPTDialog (QList< CardItem * > selectedCards) |
| void | actSetPT (QList< CardItem * > selectedCards, const QString &pt) |
| void | actIncP (QList< CardItem * > selectedCards) |
| void | actDecP (QList< CardItem * > selectedCards) |
| void | actIncT (QList< CardItem * > selectedCards) |
| void | actDecT (QList< CardItem * > selectedCards) |
| void | actIncPT (QList< CardItem * > selectedCards) |
| void | actDecPT (QList< CardItem * > selectedCards) |
| void | actFlowP (QList< CardItem * > selectedCards) |
| void | actFlowT (QList< CardItem * > selectedCards) |
| void | actReduceLifeByPower (QList< CardItem * > selectedCards) |
| void | actRequestSetAnnotationDialog (QList< CardItem * > selectedCards) |
| void | actSetAnnotation (QList< CardItem * > selectedCards, const QString &annotation) |
| void | actReveal (QList< CardItem * > selectedCards, QAction *action) |
| void | actRevealHand (int revealToPlayerId) |
| void | actRevealRandomHandCard (int revealToPlayerId) |
| void | actRevealLibrary (int revealToPlayerId) |
| void | actSortHand () |
| void | cardMenuAction (QList< CardItem * > selectedCards, CardMenuActionType type) |
|
| void | requestViewTopCardsDialog (int defaultNumberTopCards, int deckSize) |
| void | requestViewBottomCardsDialog (int defaultNumberBottomCards, int deckSize) |
| void | requestShuffleTopDialog (int defaultNumberTopCards, int maxCards) |
| void | requestShuffleBottomDialog (int defaultNumberBottomCards, int maxCards) |
| void | requestMulliganDialog (int startSize, int handSize, int deckSize) |
| void | requestDrawCardsDialog (int defaultNumberTopCards, int deckSize) |
| void | requestMoveTopCardsToDialog (int defaultNumberTopCards, int maxCards, const QString &targetZone, const QString &zoneDisplayName, bool faceDown) |
| void | requestMoveTopCardsUntilDialog (MoveTopCardsUntilOptions options) |
| void | requestMoveBottomCardsToDialog (int defaultNumberBottomCards, int maxCards, const QString &targetZone, const QString &zoneDisplayName, bool faceDown) |
| void | requestDrawBottomCardsDialog (int defaultNumberBottomCards, int maxCards) |
| void | requestRollDieDialog () |
| void | requestCreateTokenDialog (const QStringList &predefinedTokens) |
| void | requestCreateRelatedFromRelationDialog (const CardItem *sourceCard, const CardRelation *cardRelation) |
| void | requestMoveCardXCardsFromTopDialog (int defaultNumberTopCardsToPlaceBelow, int deckSize) |
| void | requestSetPTDialog (const QString &oldPT) |
| void | requestSetAnnotationDialog (const QString &oldAnnotation) |
| void | requestSetCardCounterDialog (int counterId, const QString &oldValueForDlg) |
| void | requestZoneViewToggle (const QString &zoneName, int numberCards, bool isReversed=false) |
| void | requestSortHand (const QList< CardList::SortOption > &options) |
| void | requestEnableAndSetCreateAnotherTokenAction (const QString &lastTokenName) |
| void | requestSetLastToken (CardInfoPtr lastToken) |