MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / Indicator

Class Indicator

scintilla/src/Indicator.h:17–27  ·  view source on GitHub ↗

*/

Source from the content-addressed store, hash-verified

15/**
16 */
17class Indicator {
18public:
19 int style;
20 bool under;
21 ColourDesired fore;
22 int fillAlpha;
23 int outlineAlpha;
24 Indicator() : style(INDIC_PLAIN), under(false), fore(ColourDesired(0,0,0)), fillAlpha(30), outlineAlpha(50) {
25 }
26 void Draw(Surface *surface, const PRectangle &rc, const PRectangle &rcLine);
27};
28
29#ifdef SCI_NAMESPACE
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected