MCPcopy Create free account
hub / github.com/DISTRHO/DPF / draw

Method draw

dgl/src/Stub.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72template<typename T>
73void Line<T>::draw(const GraphicsContext& context, T)
74{
75 notImplemented("Line::draw");
76}
77
78#ifdef DGL_ALLOW_DEPRECATED_METHODS
79template<typename T>

Callers 10

onDisplayMethod · 0.45
onDisplayMethod · 0.45
ExampleShapesWidgetFunction · 0.45
ResizeHandle.hppFile · 0.45
onDisplayFunction · 0.45
onDisplayFunction · 0.45
onDisplayMethod · 0.45
onDisplayFunction · 0.45
ResizeHandle.hppFile · 0.45

Calls 1

notImplementedFunction · 0.70

Tested by

no test coverage detected