cairomm 1.19.0
Namespace List
Here is a list of all namespaces with brief descriptions:
[detail level 1234]
 NCairo
 CColorStop
 CContextContext is the main class used to draw in cairomm
 CDeviceDevices are the abstraction Cairo employs for the rendering system used by a cairo_surface_t
 CLockA convenience class for acquiring a Device object in an exception-safe manner
 CFontFaceA FontFace represents a particular font at a particular weight, slant, and other characteristic but no size, transformation, or size
 CFontOptionsThe font options specify how fonts should be rendered
 CFtFontFace
 CFtScaledFont
 CGlitzSurfaceA GlitzSurface provides a way to render to the X Window System using Glitz
 CGradient
 CImageSurfaceImage surfaces provide the ability to render to memory buffers either allocated by cairo or by the calling code
 CLinearGradient
 Clogic_error
 CMappedImageSurfaceImage surface which is mapped to a target surface
 CMatrixA Transformation matrix
 CMeshPatternMesh patterns are tensor-product patch meshes (type 7 shadings in PDF)
 CPathA data structure for holding a path
 Cconst_iteratorA custom const_iterator for iterating over a Path
 CElementA single element of a path
 CPointA simple structure for holding an X and Y coordinate pair
 CPatternCairo::Pattern is the paint with which cairo draws
 CPdfSurfaceA PdfSurface provides a way to render PDF documents from cairo
 CPsSurfaceA PsSurface provides a way to render PostScript documents from cairo
 CQuartzFontFaceThe Quartz font backend is primarily used to render text on Apple MacOS X systems
 CQuartzSurfaceA QuartzSurface provides a way to render within Apple Mac OS X
 CRadialGradient
 CRecordingSurfaceA recording surface is a surface that records all drawing operations at the highest level of the surface backend interface, (that is, the level of paint, mask, stroke, fill, and show_text_glyphs)
 CRegionA simple graphical data type representing an area of integer-aligned rectangles
 CSaveGuardRAII-style context save/restore class
 CScaledFontA ScaledFont is a font scaled to a particular size and device resolution
 CScriptThe script surface provides the ability to render to a native script that matches the cairo drawing model
 CScriptSurfaceThe script surface provides the ability to render to a native script that matches the cairo drawing model
 CSolidPattern
 CSurfaceA cairo surface represents an image, either as the destination of a drawing operation or as source when drawing onto another surface
 CSurfacePattern
 CSvgSurfaceA SvgSurface provides a way to render Scalable Vector Graphics (SVG) images from cairo
 CToyFontFaceA simple font face used for the cairo 'toy' font API
 CUserFontFaceFont support with font data provided by the user
 CWin32FontFaceFont support for Microsoft Windows
 CWin32PrintingSurfaceA multi-page vector surface type for printing on Microsoft Windows
 CWin32ScaledFontScaled Font implementation for Microsoft Windows fonts
 CWin32SurfaceA Win32Surface provides a way to render within Microsoft Windows
 CXcbDeviceAn XCB device
 CXcbSurfaceCreates an XCB surface that draws to the given drawable
 CXlibDeviceAn Xlib device
 CXlibSurfaceAn XlibSurface provides a way to render to the X Window System using XLib