| 128 | #endif |
| 129 | |
| 130 | void |
| 131 | DefaultInteractI::draw(double /*time*/, |
| 132 | const RenderScale& /*renderScale*/, |
| 133 | ViewIdx /*view*/, |
| 134 | const OfxPointD& /*pscale*/, |
| 135 | const QPointF& /*lastPenPos*/, |
| 136 | const OfxRGBColourD& /*color*/, |
| 137 | const OfxPointD& /*shadow*/, |
| 138 | const QFont& /*font*/, |
| 139 | const QFontMetrics& /*fm*/) |
| 140 | { |
| 141 | } |
| 142 | |
| 143 | bool |
| 144 | DefaultInteractI::penMotion(double /*time*/, |
no test coverage detected