MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / paintEvent

Method paintEvent

gui/qt/basiccodeviewerwindow.h:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93protected:
94 void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE {
95 basicEditor->lineNumberAreaPaintEvent(event);
96 }
97
98private:
99 virtual void anchor();

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected