Home | History | Annotate | Download | only in Magick++

Lines Matching defs:Drawable

6 // Definition of Drawable (Graphic objects)
15 // not using <vector> as part of the Drawable implementation.
95 // Base class for all drawable objects
116 // Representation of a drawable surrogate object to manage drawable objects
118 #undef Drawable // Conflict with <X11/Xproto.h>
119 class MagickPPExport Drawable
124 Drawable(void);
127 Drawable(const DrawableBase& original_);
130 ~Drawable(void);
133 Drawable(const Drawable& original_);
136 Drawable& operator=(const Drawable& original_);
145 typedef std::vector<Magick::Drawable> DrawableList;
150 std::allocator<Magick::Drawable>;
155 // Base class for all drawable path elements for use with
179 // Representation of a drawable path element surrogate object to
180 // manage drawable path elements so they may be passed as a list to
235 // Drawable Objects
1196 // Drawable Path