Provides a base class for various paint types. More...
#include <paint.h>
Public Types | |
typedef PapyrusPointer< Paint > | pointer |
Public Member Functions | |
virtual | ~Paint () |
Protected Member Functions | |
Paint (const Glib::ustring &id=Glib::ustring()) |
Provides a base class for various paint types.
Paints can be used in fills or strokes.
The basic paint types are:
typedef PapyrusPointer<Paint> Papyrus::Paint::pointer |
Reimplemented from Papyrus::Renderable.
Reimplemented in Papyrus::Gradient.
Papyrus::Paint::Paint | ( | const Glib::ustring & | id = Glib::ustring() |
) | [protected] |
Papyrus::Paint::~Paint | ( | ) | [virtual] |