GameWidget::Ship Struct Reference

Ship represents a single space invader. More...

List of all members.

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


Detailed Description

Ship represents a single space invader.


Constructor & Destructor Documentation

GameWidget::Ship::Ship ( int  _x,
int  _y,
int  _row,
int  _col,
const QPixmap *  p 
)


Member Function Documentation

void GameWidget::Ship::move ( int  x,
int  y 
)


Member Data Documentation

const QPixmap* GameWidget::Ship::pix


The documentation for this struct was generated from the following files: