Public Member Functions | |
Ship (int _x, int _y, int _row, int _col, const QPixmap *p) | |
void | move (int x, int y) |
Public Attributes | |
int | x |
int | y |
int | row |
int | col |
const QPixmap * | pix |
QRegion | reg |
GameWidget::Ship::Ship | ( | int | _x, | |
int | _y, | |||
int | _row, | |||
int | _col, | |||
const QPixmap * | p | |||
) |
void GameWidget::Ship::move | ( | int | x, | |
int | y | |||
) |
const QPixmap* GameWidget::Ship::pix |
QRegion GameWidget::Ship::reg |