#include <list>
#include <map>
#include <vector>
#include <papyrus/drawable.h>
#include <papyrus/fill.h>
#include <papyrus/rgba.h>
#include <papyrus/stroke.h>
Go to the source code of this file.
Classes | |
class | Papyrus::Group |
A group is a container for ordered collections of shapes, with the shapes at the top (front of the container) drawn last and the shapes at the bottom drawn first (end of the container). More... | |
Namespaces | |
namespace | Papyrus |
Typedefs | |
typedef std::vector < Drawable::pointer > | Papyrus::Selection |