#include <repaintevent.h>
Inheritance diagram for RepaintEvent:
Public Member Functions | |
RepaintEvent (Camera *, const char *) | |
bool | is_type (const char *) |
Use this as follows: is_type( MouseMoveEvent::type ). | |
Static Public Attributes | |
const char * | type = "RepaintEvent" |
|
|
|
Use this as follows: is_type( MouseMoveEvent::type ).
Reimplemented from Event. |
|
Reimplemented in RepaintAllEvent, RepaintCameraEvent, and RepaintRectEvent. |