MCPcopy Create free account
hub / github.com/SpartanJ/eepp / drawLineNumbersAfter

Method drawLineNumbersAfter

include/eepp/ui/uicodeeditor.hpp:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

drawLineNumbersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected