#include <spritenotify.h>
Signals | |
| void | signalNotify (QGraphicsItem *item, int mode) |
| Signal the event for the graphics item and the mode parameter. | |
Public Member Functions | |
| SpriteNotify (QGraphicsItem *parent) | |
| Create the object. | |
| void | emitSignal (int mode) |
| Emit the notification signal. | |
Definition at line 32 of file spritenotify.h.
|
|
Create the object.
Definition at line 32 of file spritenotify.cpp. |
|
|
Emit the notification signal.
Definition at line 40 of file spritenotify.cpp. References signalNotify(). Referenced by PieceSprite::advance(). |
|
||||||||||||
|
Signal the event for the graphics item and the mode parameter.
Referenced by emitSignal(). |
1.4.6