#include <card_state.h>
◆ CardState()
◆ annotationChanged
| void CardState::annotationChanged |
( |
const QString & | newAnnotation | ) |
|
|
signal |
◆ attachedToChanged
| void CardState::attachedToChanged |
( |
CardItem * | newAttachedTo | ) |
|
|
signal |
◆ attackingChanged
| void CardState::attackingChanged |
( |
bool | newValue | ) |
|
|
signal |
◆ clearCounters()
| void CardState::clearCounters |
( |
| ) |
|
◆ countersChanged
| void CardState::countersChanged |
( |
const QMap< int, int > & | newCounters | ) |
|
|
signal |
◆ destroyOnZoneChangeChanged
| void CardState::destroyOnZoneChangeChanged |
( |
bool | newValue | ) |
|
|
signal |
◆ doesntUntapChanged
| void CardState::doesntUntapChanged |
( |
bool | newValue | ) |
|
|
signal |
◆ getAnnotation()
| QString CardState::getAnnotation |
( |
| ) |
const |
|
inline |
◆ getAttachedTo()
| CardItem * CardState::getAttachedTo |
( |
| ) |
const |
|
inline |
◆ getAttacking()
| bool CardState::getAttacking |
( |
| ) |
const |
|
inline |
◆ getCounters()
| const QMap< int, int > & CardState::getCounters |
( |
| ) |
const |
|
inline |
◆ getDestroyOnZoneChange()
| bool CardState::getDestroyOnZoneChange |
( |
| ) |
const |
|
inline |
◆ getDoesntUntap()
| bool CardState::getDoesntUntap |
( |
| ) |
const |
|
inline |
◆ getPT()
| QString CardState::getPT |
( |
| ) |
const |
|
inline |
◆ getZone()
◆ insertCounter()
| void CardState::insertCounter |
( |
int | id, |
|
|
int | value ) |
◆ ptChanged
| void CardState::ptChanged |
( |
const QString & | newPt | ) |
|
|
signal |
◆ resetState()
| void CardState::resetState |
( |
bool | keepAnnotations | ) |
|
◆ setAnnotation()
| void CardState::setAnnotation |
( |
const QString & | _annotation | ) |
|
◆ setAttachedTo()
| void CardState::setAttachedTo |
( |
CardItem * | _attachedTo | ) |
|
◆ setAttacking()
| void CardState::setAttacking |
( |
bool | _attacking | ) |
|
◆ setCounter()
| void CardState::setCounter |
( |
int | id, |
|
|
int | value ) |
◆ setDestroyOnZoneChange()
| void CardState::setDestroyOnZoneChange |
( |
bool | _destroyOnZoneChange | ) |
|
◆ setDoesntUntap()
| void CardState::setDoesntUntap |
( |
bool | _doesntUntap | ) |
|
◆ setPT()
| void CardState::setPT |
( |
const QString & | _pt | ) |
|
◆ setZone()
◆ stateChanged
| void CardState::stateChanged |
( |
| ) |
|
|
signal |
◆ zoneChanged
◆ annotation
| QString CardState::annotation |
|
private |
◆ attachedTo
| CardItem* CardState::attachedTo = nullptr |
|
private |
◆ attacking
| bool CardState::attacking = false |
|
private |
◆ counters
| QMap<int, int> CardState::counters |
|
private |
◆ destroyOnZoneChange
| bool CardState::destroyOnZoneChange = false |
|
private |
◆ doesntUntap
| bool CardState::doesntUntap = false |
|
private |
◆ pt
◆ zone
The documentation for this class was generated from the following files: