24#include <QCoreApplication>
37 Q_DECLARE_TR_FUNCTIONS(
Side)
63 operator Type()
const;
69 Side opposite()
const;
94inline Side::operator
Type()
const
The side or color of a chess player.
Definition side.h:36
@ Black
The side with the black pieces.
Definition side.h:44
@ White
The side with the white pieces.
Definition side.h:43
@ NoSide
No side.
Definition side.h:45
Side()
Definition side.h:79
Side opposite() const
Definition side.h:99
bool isNull() const
Definition side.h:89