libglom-1.30
1.30.4
|
CGlom::AppState | There is one instance per document |
CGlom::FieldTypes | |
CGlom::FoundSet | A grouping of information about a view of a table, including what records are viewed (the where clause), how the are sorted (the sort clause) |
▼CGlom::HasTitleSingular | HasTitleSingular instances may have a (translated) singular form of their title |
CGlom::Relationship | |
CGlom::TableInfo | |
CGlom::NumericFormat | |
CGlom::Privileges | |
CGlom::ReportBuilder | |
CGlom::SystemPrefs | |
▼CGlom::TranslatableItem | TranslatableItem have a map of translation strings - one string for each locale |
CGlom::ChoiceValue | A value of a custom choice, for a field or a layout item |
CGlom::CustomTitle | |
CGlom::DatabaseTitle | This is a separate class, instead of just deriving Document from TranslatableItem, to avoid the need to use Document via std::shared_ptr |
CGlom::Field | |
CGlom::GroupInfo | |
▼CGlom::LayoutItem | |
▼CGlom::LayoutGroup | |
CGlom::LayoutItem_Footer | |
CGlom::LayoutItem_GroupBy | The child items are fields to be shown for each record in the group |
CGlom::LayoutItem_Header | |
CGlom::LayoutItem_Notebook | The child items are LayoutGroups, each of which will be shown on its own tab |
▼CGlom::LayoutItem_Portal | Get_title() returns either the title of the Field or the CustomTitle |
CGlom::LayoutItem_CalendarPortal | |
CGlom::LayoutItem_Summary | |
CGlom::LayoutItem_VerticalGroup | The child items are arranged vertically in a row on a report |
CGlom::LayoutItem_Image | |
CGlom::LayoutItem_Line | This is only used on print layouts |
CGlom::LayoutItem_Placeholder | |
▼CGlom::LayoutItem_WithFormatting | A base class for all layout items that may have formatting options |
CGlom::LayoutItem_Button | |
▼CGlom::LayoutItem_Field | A LayoutItem that shows the data from a table field |
CGlom::LayoutItem_FieldSummary | |
CGlom::LayoutItem_Text | A layout item for static text, and an optional title |
CGlom::PrintLayout | |
CGlom::Relationship | |
CGlom::Report | |
CGlom::StaticText | This reuses the title concept of the TranslatableItem base class to give us translatable text |
CGlom::TableInfo | |
▼CGlom::UsesRelationship | |
CGlom::Formatting | This specifies how to display data for fields or static text items |
CGlom::LayoutItem_Field | A LayoutItem that shows the data from a table field |
CGlom::LayoutItem_Portal | Get_title() returns either the title of the Field or the CustomTitle |
▼CGlomBakery::Document | The Document is like the 'Model' in the Model-View-Controller framework |
▼CGlomBakery::Document_XML | |
CGlom::Document | |
▼Csigc::trackable [external] | |
▼CGlomBakery::ViewBase | This is a base class for View |
▼CGlomBakery::View< T_Document > | This is a base class which should be multiple-inherited with gtkmm widgets |
CGlomBakery::View_Composite< T_Document > | This View delegates to sub-views |