Gravity Flip
Public Slots | Signals | Public Member Functions | Public Attributes | List of all members
NoobSet Class Reference

Inherits QObject.

Public Slots

void updateObjects ()
 Move objects based on game->xShift.
 

Signals

void killMe (int idx)
 Sends signal to game to destroy this set. More...
 

Public Member Functions

 NoobSet (int start_pos)
 Constructor. More...
 

Public Attributes

QList< QGraphicsRectItem * > objects
 List of all objects in the set.
 
int endPos
 Total length of the set.
 

Constructor & Destructor Documentation

NoobSet::NoobSet ( int  start_pos)

Constructor.

Parameters
start_posTo set the starting position of set

Member Function Documentation

void NoobSet::killMe ( int  idx)
signal

Sends signal to game to destroy this set.

Parameters
idxType of set to be destroyed

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