Instigate Open Source Documentation

Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
instigate::generic::add_const_reference< T >The class add_const_reference for adding constant specification and reference to typename
instigate::toolkit::applicationThe class manages the GUI application's control flow
instigate::toolkit::window::callback
instigate::generic::conversion< T, U >This class helps us to detect convertibility and inheritance at compile time. To see whether U is same type as T we can call:
instigate::generic::conversion< T, T >
instigate::toolkit::window::gtk_tree_view_base::gtk_column_propertiesColumn properties
instigate::toolkit::gtk_key_event
instigate::generic::int_to_type< t >Generates distinct type for each integer. Here is an example where it may help us:
instigate::default_constructible::interface< T >Interface of the Default Constructible Concept
instigate::equality_comparable::interface< T >Interface of the Equality Comparable Concept
instigate::less_than_comparable::interface< T >Interface of the Less Than Comparable
instigate::geometry::concept::line::interface< T >Interface for the concept Line Concept
instigate::geometry::concept::point::interface< T >Interface for the Concept Point
instigate::geometry::concept::rectangle::interface< T >Interface for the concept Rectangle Concept
instigate::assignable::interface< T >Interface of the Assignable Concept
instigate::toolkit::item
instigate::geometry::lineClass for line segment representation
instigate::toolkit::messageboxMessage box
instigate::geometry::point2-dimensional point with double precision coordinates
instigate::toolkit::window::qt_tree_view::qt_column_propertiesCorresponding column index to column editable mode
instigate::toolkit::qt_event_handler
instigate::toolkit::qt_graphics_view
instigate::toolkit::qt_item< T >
instigate::toolkit::qt_syntax_highlighterQt syntax highlighter for widespread languages
instigate::toolkit::qt_widget< T >
instigate::geometry::rectangleRectangle in 2-dimensional plane, with edges parallel to axes
instigate::generic::remove_const< T >The class remove_const for getting typename without constant specification if there is
instigate::generic::remove_const< const T >Specialization of class instigate::generic::remove_const for type
instigate::generic::remove_reference< T >The class remove_reference for getting typename without reference if there is
instigate::generic::remove_reference< T & >Specialization of class instigate::generic::remove_reference for
instigate::generic::require< 1 >Utility class for compile time checking
instigate::geometry::concept::line::requirements< T >Check line concept requirements
instigate::default_constructible::requirements< T >Requirements of Default constructible
instigate::equality_comparable::requirements< T >Requirements of the Equality Comparable Concept
instigate::geometry::concept::point::requirements< T >Check point concept requirements
instigate::less_than_comparable::requirements< T >Requirements of the Less Than Comparable
instigate::geometry::concept::rectangle::requirements< T >Requirements for the concept instigate::geometry::concept::rectangle
instigate::assignable::requirements< T >Requirements of the Assignable Concept
instigate::default_constructible::tagDefault Constructible Concept tag
instigate::assignable::tagAssignable Concept tag
instigate::less_than_comparable::tagLess Than Comparable Concept tag
instigate::equality_comparable::tagEquality Comparable Concept tag
instigate::toolkit::windowWindow widget


© Instigate CJSC, Open Source