| 118 | // Extra Cel (it is used to draw pen preview, pixels in movement, etc.) |
| 119 | |
| 120 | ExtraCelRef extraCel() const { return m_extraCel; } |
| 121 | void setExtraCel(const ExtraCelRef& extraCel) { m_extraCel = extraCel; } |
| 122 | |
| 123 | ////////////////////////////////////////////////////////////////////// |
no outgoing calls
no test coverage detected