#include <map>
#include <papyrus/pointer.h>
#include <papyrus/enums.h>
#include <papyrus/utility.h>
#include <papyrus/renderable.h>
#include <papyrus/region.h>
#include <papyrus/viewbox.h>
#include <papyrus/matrix.h>
Go to the source code of this file.
Classes | |
class | Papyrus::Drawable |
Drawable is the base class for objects capable of being drawn into a cairo context that also have spatial properties; i.e. More... | |
struct | Papyrus::Drawable::CountedConnection |
Internal structure exposed for the unit test framework. More... | |
Namespaces | |
namespace | Papyrus |
Defines | |
#define | EXTENTS_CHECKED_CAIRO_OP(x, y) x->y() |
Typedefs | |
typedef std::map < Glib::ustring, Drawable::pointer > | Papyrus::DrawableDictionary |
#define EXTENTS_CHECKED_CAIRO_OP | ( | x, | |||
y | ) | x->y() |