25#ifndef __LABEL_MANAGER_H 
   26#define __LABEL_MANAGER_H 
A color representation with 4 components: red, green, blue, alpha.
 
Abstract interface for drawing on a 2D-surface.
 
VECTOR2I boxMtv(BOX2I b1, BOX2I b2)
 
std::vector< LABEL > m_labels
 
void Add(VECTOR2I target, wxString msg, KIGFX::COLOR4D color)
 
void Redraw(KIGFX::VIEW_OVERLAY *aOvl)
 
LABEL_MANAGER(KIGFX::GAL *aGal)
 
VECTOR2I nearestBoxCorner(BOX2I b, VECTOR2I p)
 
Represent a polyline containing arcs as well as line segments: A chain of connected line and/or arc s...
 
VECTOR2< int32_t > VECTOR2I