Papyrus::AffineAnimator | |
Papyrus::AffineController | |
Papyrus::Animator | |
Papyrus::Gtk::AnimatorBounceWidget | |
Papyrus::Gtk::AnimatorFrameIntervalWidget | |
Papyrus::Gtk::AnimatorFrameRateWidget | |
Papyrus::Annulus | An annulus (donut/flat torus) is drawn centered on the x,y coordinate with a specified inner and outer radii |
Papyrus::Arc | An arc is drawn centered on the (x,y) coordinate with a specified radius and start/stop angles |
Papyrus::Beziergon | |
Papyrus::Bezierline | |
Papyrus::BezierVertex | |
Papyrus::Boxed | |
Papyrus::Event::Button | |
Papyrus::Event::ButtonDoublePress | |
Papyrus::Event::ButtonPress | |
Papyrus::Event::ButtonRelease | |
Papyrus::Event::ButtonTriplePress | |
Papyrus::Canvas | |
Papyrus::RadialGradient::Circle | |
Papyrus::Circle | A circle is drawn centered on the x,y coordinate with a specified radius |
Papyrus::Color | Solid color paint suitable for fills and strokes |
Papyrus::Context | |
Papyrus::Controller | Base class of a Controller in the MVC (Model-View-Controller) paradigm |
Papyrus::Drawable::CountedConnection | Internal structure exposed for the unit test framework |
Papyrus::Deltille | |
Papyrus::Drawable | Drawable is the base class for objects capable of being drawn into a cairo context that also have spatial properties; i.e |
Papyrus::DrawableContainer | Provides a common base for all containers of drawables |
Papyrus::DrawableController | DrawableController combines the event handling interface from Controller with the drawable list management of DrawableSet |
Papyrus::Gtk::DrawableModelColumnRecord | |
Papyrus::DrawableSet | Provides an implementation of a set that stores drawables and emits signals when drawables are added, removed, changed, et |
Papyrus::DrawableSingleContainer | This is an interface for an object that contains a single drawable |
Papyrus::Gtk::DrawableTreeView | |
Papyrus::DrawableWatcher | DrawableWatcher is similar to DrawableMultiContainer except that it does not own the drawables it is watching |
Papyrus::Event::Event | |
Papyrus::Face | Why is there a Face primitive in this library? For testing of course; like the teapot in OpenGL |
Papyrus::Fill | |
Papyrus::FreehandSketcher | |
Papyrus::Gradient | Base class for linear and radial gradients (LinearGradient and RadialGradient) |
Papyrus::Gtk::GradientStopWidget | |
Papyrus::Grid | |
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) |
Papyrus::Handlebox | |
Papyrus::Hexgrid | This class is still not ported from the old glcanvasmm library |
Papyrus::Hextille | |
Papyrus::Hilbert | |
Papyrus::HSBA | A structure containing a HSBA value |
Papyrus::HSLA | A structure containing a HSLA value |
Papyrus::Image | Used to represent an image to be drawn into the canvas |
Papyrus::Event::InterruptMarshaller | |
Papyrus::Event::Key | |
Papyrus::Event::KeyPress | |
Papyrus::Event::KeyRelease | |
Papyrus::KochCurve | |
Papyrus::KochSnowflake | |
Papyrus::LinearGradient | Linear gradients |
Papyrus::Gtk::LineCapButtonBox | |
Papyrus::Gtk::LineCapComboBox | A drop-down combobox that is loaded with graphical examples of all line join styles available in Cairo |
Papyrus::Gtk::LineJoinButtonBox | |
Papyrus::Gtk::LineJoinComboBox | A drop-down combobox that is loaded with graphical examples of all line join styles available in Cairo |
Papyrus::LineSegment< PointType > | A very simple line segment primitive template |
Papyrus::Gtk::LineWidthComboBox | A drop-down combobox that can be loaded with a range of line widths that can grow linearly or exponentially |
Papyrus::Marker | Draws an marker head or tail (not the body of the marker) with the tip or tail centered at (x,y) |
Papyrus::Gtk::MarkerComboBox | A drop-down combobox that is loaded with graphical examples of all marker styles styles available in Papyrus |
Papyrus::Gtk::MarkerWidget | |
Papyrus::Matrix | This class wraps the cairo matrix class |
Papyrus::Gtk::LineCapComboBox::ModelColumns | |
Papyrus::Gtk::LineJoinComboBox::ModelColumns | |
Papyrus::Gtk::LineWidthComboBox::ModelColumns | |
Papyrus::Gtk::MarkerComboBox::ModelColumns | |
Papyrus::Event::Motion | |
Papyrus::Object | Base object that provides a common concept of a string identifier and a signal emitted when the object is changed |
Papyrus::Paint | Provides a base class for various paint types |
Papyrus::Path | |
Papyrus::PathElement | |
Papyrus::LinearGradient::Point | |
Papyrus::Point | A very simple point primitive with x and y values as doubles |
Papyrus::Polygon | |
Papyrus::Polyline | A polyline is drawn as a set of ordered vertices relative to the shape's x,y coordinate |
Papyrus::Quadrille | |
Papyrus::RadialGradient | Radial gradients |
Papyrus::Rectangle | A rectangle centered on the x,y coordinate |
Papyrus::Reference | An instance of Reference holds a reference to another drawable without becoming the parent of the other drawable |
Papyrus::Region | This class defines a region with left and right sides and width and height |
Papyrus::RegularPolygon | |
Papyrus::Renderable | Papyrus::Renderable is a common base for all classes capable of rendering themselves into a cairomm context |
Papyrus::RGBA | A structure storing an RGBA value |
Papyrus::Rotator | |
Papyrus::Scaler | |
Papyrus::Event::Scroll | |
Papyrus::Gtk::ScrolledDrawableTreeView | |
Papyrus::Gtk::ScrolledViewport | |
Papyrus::Selector | The selector controller captures events and builds a selection |
Papyrus::Shape | Papyrus::Shape inherits the concepts of spatial placement and meaningful affine transforms from its parent Papyrus::Drawable, and extends it with the concept of stroking and filling |
Papyrus::Sierpinski | |
Papyrus::Gradient::Stop | A gradient stop for use with LinearGradient or RadialGradient |
Papyrus::Stroke | |
Papyrus::Gtk::StrokeDialog | |
Papyrus::Gtk::StrokeWidget | |
Papyrus::SVG | |
Papyrus::Text | A text object is drawn such that the shape's (x,y) coordinate defines the lower-left corner of the text area |
Papyrus::Tiling | |
Papyrus::Translator | |
Papyrus::LinearGradient::Vector | |
Papyrus::Vertex | A simple extension of the point primitive to include an additional value used by polyline to determine whether the vertex is absolute or relative |
Papyrus::Viewbox | The Viewbox is based conceptually on the SVG viewBox attribute |
Papyrus::Gtk::Viewport | |
Papyrus::wp_lt_compare | |
Papyrus::YUVA | A structure containing a YUV value |
Papyrus::Zoomer | |