libglom-1.30
1.30.4
|
▼NGlom | |
CAppState | There is one instance per document |
CChoiceValue | A value of a custom choice, for a field or a layout item |
CCustomTitle | |
CDatabaseTitle | This is a separate class, instead of just deriving Document from TranslatableItem, to avoid the need to use Document via std::shared_ptr |
CDocument | |
CField | |
CFieldTypes | |
CFormatting | This specifies how to display data for fields or static text items |
CFoundSet | 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) |
CGroupInfo | |
CHasTitleSingular | HasTitleSingular instances may have a (translated) singular form of their title |
CLayoutGroup | |
CLayoutItem | |
CLayoutItem_Button | |
CLayoutItem_CalendarPortal | |
CLayoutItem_Field | A LayoutItem that shows the data from a table field |
CLayoutItem_FieldSummary | |
CLayoutItem_Footer | |
CLayoutItem_GroupBy | The child items are fields to be shown for each record in the group |
CLayoutItem_Header | |
CLayoutItem_Image | |
CLayoutItem_Line | This is only used on print layouts |
CLayoutItem_Notebook | The child items are LayoutGroups, each of which will be shown on its own tab |
CLayoutItem_Placeholder | |
CLayoutItem_Portal | Get_title() returns either the title of the Field or the CustomTitle |
CLayoutItem_Summary | |
CLayoutItem_Text | A layout item for static text, and an optional title |
CLayoutItem_VerticalGroup | The child items are arranged vertically in a row on a report |
CLayoutItem_WithFormatting | A base class for all layout items that may have formatting options |
CNumericFormat | |
CPrintLayout | |
CPrivileges | |
CRelationship | |
CReport | |
CReportBuilder | |
CStaticText | This reuses the title concept of the TranslatableItem base class to give us translatable text |
CSystemPrefs | |
CTableInfo | |
CTranslatableItem | TranslatableItem have a map of translation strings - one string for each locale |
CUsesRelationship | |
▼NGlomBakery | |
CDocument | The Document is like the 'Model' in the Model-View-Controller framework |
CDocument_XML | |
CView | This is a base class which should be multiple-inherited with gtkmm widgets |
CView_Composite | This View delegates to sub-views |
CViewBase | This is a base class for View |