#include "gfx/gxshapekit.h"#include "geom/box.h"#include "gfx/bbox.h"#include "gfx/canvas.h"#include "gfx/gxaligner.h"#include "gfx/gxbin.h"#include "gfx/gxbounds.h"#include "gfx/gxcache.h"#include "gfx/gxscaler.h"#include "io/reader.h"#include "io/writer.h"#include "nub/volatileobject.h"#include "rutz/trace.h"#include "rutz/debug.h"

Go to the source code of this file.
Classes | |
| class | GxShapeKitNode |
| GxBin wrapper for the GxShapeKit core. More... | |
| class | GxShapeKitImpl |
| Implementation class for GxShapeKit. More... | |
Defines | |
| #define | GVX_DYNAMIC_TRACE_EXPR GxShapeKit::tracer.status() |
| #define | GETSET(attr) &GxShapeKit::get##attr, &GxShapeKit::set##attr |
Definition in file gxshapekit.cc.