KUIML
Blue Cat's User Interface Programming Language
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CKt::Graphics::Bitmap
 CKt::Graphics::ContextInterface for 2D vector graphics drawing (experimental)
 CKt::Graphics::DrawFontInterface to access the font used to draw text in a graphics context (experimental)
 CKt::Graphics::DrawPathPath creation (experimental)
 CKt::Graphics::DrawPatternPattern used for drawing on target graphics context (experimental)
 CKt::Graphics::GradientDrawPatternSpecial type of DrawPattern for gradients (experimental)
 CKt::Graphics::DrawPatternFactoryInterface to create patterns to be used with a graphics context (experimental)
 CKt::Graphics::DrawPatternSelectInterface to select patterns in a graphics context (experimental)
 CKt::Graphics::DrawSettingsDrawing settings (experimental)
 CKt::Graphics::DrawTransform2D transform applied to graphics context (experimental)
 Cutf8::iterator(Experimental) utf-8 iterator. Provides methods to navigate in unicode strings (all strings in KUIML are using utf-8 encoding)
 CKt::ObjectBase class used for all objects in the scripting engine
 CKt::ActionUsed to represent actions (see ACTION element) in the scripting engine
 CKt::ConstCurveUsed to represent read-only curves (see CURVE element) in the scripting engine
 CKt::CurveUsed to represent mutable curves (see CURVE element) in the scripting engine
 CKt::ConstParamUsed to represent read-only parameters (see PARAM element) in the scripting engine
 CKt::ParamUsed to represent read/write parameters (see PARAM element) in the scripting engine
 CKt::ConstStringUsed to represent read only strings (see STRING element) in the scripting engine
 CKt::StringUsed to represent mutable strings (see STRING element) in the scripting engine
 CKt::ConstSurfaceTo represent read-only surfaces (see SURFACE element) in the scripting engine
 CKt::SurfaceUsed to represent mutable surfaces (see SURFACE element) in the scripting engine
 CKt::EventUsed to represent events in the scripting engine
 CKt::Graphics::Rectangle
 CGlobalNamespace::StopWatchA high precision stop watch to measure elapsed time
 CGlobalNamespace::XmlNodeReference type that describes a node in an Xml tree structure (DOM)
 CKt::Graphics::XYCoordinates