ChirpSim
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
drawutilities.h
Go to the documentation of this file.
1 #ifndef DRAWUTILITIES_H
2 #define DRAWUTILITIES_H
3 
4 class b2Body;
5 class b2Fixture;
6 class QPainter;
7 class QStyleOptionGraphicsItem;
8 class QWidget;
9 
14 void genericPaint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget, b2Body* body);
15 
20 void genericPaintFixture(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget, b2Fixture *fixture);
21 
22 #endif // DRAWUTILITIES_H