AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NAeonGUI
 NDOM
 CAABBAxis-Aligned Bounding Box
 CCairoCanvasCairo-backed Canvas implementation
 CCairoPathCairo-backend path implementation
 CCanvasAbstract 2D rendering surface
 CColorPixel Color Union. The Color union allows access to each unsigned 8 bit RGBA color component individually or as a single 32 bit unsigned integer, making possible color asignments similar to those used on the web (IE: color = 0xFF000000 with the format 0xAARRGGBB). The union type is also 32bits wide which makes it suitable to be passed as value or as reference. Wherever a Color variable can be passed it should be possible to pass a 32 bit unsigned integer value, but some compilers may complain depending on the set warning level
 CComplexSelector
 CCompoundSelectorA compound selector: a sequence of simple selectors that must all match the same element
 Ccss_computed_style_deleterCustom deleter for css_computed_style
 Ccss_select_ctx_deleterCustom deleter for css_select_ctx
 Ccss_select_results_deleterCustom deleter for css_select_results
 Ccss_stylesheet_deleterCustom deleter for css_stylesheet
 CFontDatabase
 CGradientStopA single color stop in a gradient
 CLinearGradientA linear gradient paint
 CMatrix2x32x3 affine transformation matrix
 CPangoTextLayoutPango-backed text layout implementation
 CPathAbstract base class for renderable path data
 CPathPointResult of querying a point along a path
 CPreserveAspectRatioSVG preserveAspectRatio attribute
 CRasterImageDecoded raster image
 CRectRectangle class
 CSimpleSelectorA single simple selector component (type, id, class, or attribute)
 CSkiaCanvasSkia-based Canvas implementation
 CSkiaPathSkia-based Path implementation
 CSkiaTextLayoutSkia-backend text layout implementation
 CStringLiteralCompile-time string literal wrapper
 CStringLiteralHashHash functor for StringLiteral
 CTextLayoutAbstract text layout interface
 CTransform2D transform composed of scale, rotation, and translation
 CVector22D vector of doubles
 CViewBoxSVG viewBox attribute value
 CAeonGUI_PluginContextPlugin context passed to OnLoad and OnUnload