| 113 | const int& /*lineNumberDigits*/, const Float& /*fontSize*/ ) {} |
| 114 | |
| 115 | virtual void |
| 116 | drawLineNumbersAfter( UICodeEditor* /*editor*/, const DocumentLineRange& /*lineRange*/, |
| 117 | const Vector2f& /*startScroll*/, const Vector2f& /*screenStart*/, |
| 118 | const Float& /*lineHeight*/, const Float& /*lineNumberWidth*/, |
| 119 | const int& /*lineNumberDigits*/, const Float& /*fontSize*/ ) {} |
| 120 | |
| 121 | Uint32 addOnReadyCallback( const OnReadyCb& cb ) { |
| 122 | mOnReadyCallbacks[mReadyCbNum++] = cb; |