Horizon
|
Public Member Functions | |
CanvasAnnotation (class CanvasGL *c, int l) | |
void | set_display (const class LayerDisplay &ld) |
void | set_visible (bool v) |
void | clear () |
void | draw_line (const std::deque< Coordf > &pts, ColorP color, uint64_t width) |
void | draw_line (const Coordf &from, const Coordf &to, ColorP color, uint64_t width) |
void | draw_polygon (const std::deque< Coordf > &pts, ColorP color, uint64_t width) |
Friends | |
class | CanvasGL |