| 62 | void createObjects(Engine *engine); |
| 63 | void destroyObjects(); |
| 64 | dbasic::DeltaEngine *getEngine() { return &m_engine; } |
| 65 | |
| 66 | float pixelsToUnits(float pixels) const; |
| 67 | float unitsToPixels(float units) const; |
nothing calls this directly
no outgoing calls
no test coverage detected