| 39 | { |
| 40 | public: |
| 41 | PathTest(EvasApp *app) { |
| 42 | mApp = app; |
| 43 | mShape = evas_vg_shape_add(mApp->root()); |
| 44 | } |
| 45 | void setColor(int r, int g, int b, int a) { |
| 46 | evas_vg_node_color_set(mShape, r, g, b, a); |
| 47 | } |
nothing calls this directly
no outgoing calls
no test coverage detected