Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
template<typename T>
73
void Line<T>::draw(const GraphicsContext& context, T)
74
{
75
notImplemented(
"Line::draw"
);
76
}
77
78
#ifdef DGL_ALLOW_DEPRECATED_METHODS
79
template<typename T>
Callers
10
onDisplay
Method · 0.45
onDisplay
Method · 0.45
ExampleRectanglesWidget.hpp
File · 0.45
ExampleShapesWidget
Function · 0.45
ResizeHandle.hpp
File · 0.45
onDisplay
Function · 0.45
onDisplay
Function · 0.45
onDisplay
Method · 0.45
onDisplay
Function · 0.45
ResizeHandle.hpp
File · 0.45
Calls
1
notImplemented
Function · 0.70
Tested by
no test coverage detected