SIDlg Class Reference

SIDlg is an easter egg Space Invaders game. More...

#include <SIDlg.h>

Collaboration diagram for SIDlg:

Collaboration graph
[legend]
List of all members.

Public Slots

void setScore (int score)
void setLevel (int level)
void updateLives (int lives)

Public Member Functions

 SIDlg (QWidget *parent)
virtual ~SIDlg ()

Private Attributes

GameWidgetm_game
QHBoxLayout * m_lowbar
QPixmap m_lifePix
QLabel * m_level
QLabel * m_score
QList< QLabel * > m_lives

Detailed Description

SIDlg is an easter egg Space Invaders game.

The easter egg is activated from CubeDoc. Most of the game is implemented in GameWidget.


Constructor & Destructor Documentation

SIDlg::SIDlg ( QWidget *  parent  ) 

virtual SIDlg::~SIDlg (  )  [inline, virtual]


Member Function Documentation

void SIDlg::setScore ( int  score  )  [slot]

void SIDlg::setLevel ( int  level  )  [slot]

void SIDlg::updateLives ( int  lives  )  [slot]


Member Data Documentation

QHBoxLayout* SIDlg::m_lowbar [private]

QPixmap SIDlg::m_lifePix [private]

QLabel* SIDlg::m_level [private]

QLabel * SIDlg::m_score [private]

QList<QLabel*> SIDlg::m_lives [private]


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