MCPcopy Create free account
hub / github.com/WheretIB/nullc / ColorCodeCallback

Method ColorCodeCallback

Colorer.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18public:
19 ColorCodeCallback()
20 {
21 colorer = NULL;
22 style = COLOR_CODE;
23 }
24 ColorCodeCallback(Colorer* col, int nStyle)
25 {
26 colorer = col;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected