KiCad PCB EDA Suite
|
#include <deque>
#include <stack>
#include <limits>
#include <math/matrix3x3.h>
#include <gal/gal.h>
#include <gal/color4d.h>
#include <gal/cursors.h>
#include <gal/definitions.h>
#include <gal/gal_display_options.h>
#include <font/stroke_font.h>
#include <geometry/eda_angle.h>
Go to the source code of this file.
Classes | |
class | KIGFX::GAL |
Abstract interface for drawing on a 2D-surface. More... | |
class | KIGFX::GAL_CONTEXT_LOCKER |
class | KIGFX::GAL_UPDATE_CONTEXT |
class | KIGFX::GAL_DRAWING_CONTEXT |
class | KIGFX::GAL_SCOPED_ATTRS |
Attribute save/restore for GAL attributes. More... | |
Namespaces | |
namespace | KIGFX |
The Cairo implementation of the graphics abstraction layer. | |