Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
protected:
94
void paintEvent(QPaintEvent *event) Q_DECL_OVERRIDE {
95
basicEditor->lineNumberAreaPaintEvent(event);
96
}
97
98
private:
99
virtual void anchor();
Callers
nothing calls this directly
Calls
1
lineNumberAreaPaintEvent
Method · 0.80
Tested by
no test coverage detected