|
Gravity Flip
|
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. | |
| NoobSet::NoobSet | ( | int | start_pos | ) |
Constructor.
| start_pos | To set the starting position of set |
|
signal |
Sends signal to game to destroy this set.
| idx | Type of set to be destroyed |
1.8.11