| PageLayoutData | |
| Qics | A common superclass for all Qics classes |
| QicsAbstractAttributeController | QicsAbstractAttributeController is used to manage attributes of a grid object like a table |
| QicsCell | A lightweight object permitting access to an indvidual cell's attributes |
| QicsCellCommon | Abstract class for setting and retrieving table attributes |
| QicsCellDisplay | Abstract class defining the interface for all cell display objects |
| QicsCellRegion | Flyweight object for setting attributes for a region of cells |
| QicsCheckCellDisplay | A cell displayer for check boxes |
| QicsColumn | A lightweight object permitting access to an indvidual column's attributes |
| QicsColumnHeader | The column header object for the table |
| QicsComboCellDisplay | A cell displayer for combo boxes |
| QicsCommonAttributeController | QicsCommonAttributeController is an implementation of basic attribute controller's functionality and is intended for subclassing |
| QicsDataBool | An boolean data item |
| QicsDataDate | A date data item |
| QicsDataDateTime | A datetime data item |
| QicsDataDouble | A double data item |
| QicsDataFloat | A float data item |
| QicsDataInt | An integer data item |
| QicsDataItem | A lightweight abstract wrapper class for a generic item |
| QicsDataItemFormatter | Formatting class for QicsDataItems |
| QicsDataItemSprintfFormatter | Formatter that uses sprintf formatting commands |
| QicsDataLong | A long integer data item |
| QicsDataLongLong | A long long integer data item |
| QicsDataModel | Abstract API for storing and retrieving table data |
| QicsDataModelDefault | A fast implementation of the QicsDataModel interface |
| QicsDataModelQtModelAdapter | QicsDataModelQtModelAdapter is the interface for using native Qt item models as the data source for QicsTable |
| QicsDataString | A string data item |
| QicsDataTime | A time data item |
| QicsDataVariant | A variant data item |
| QicsDateTimeCellDisplay | A cell displayer for DateTime edit |
| QicsFilter | Abstract class that represents interface for regular expression data filters |
| QicsGrid | Object that manages the layout and display of cells in a grid pattern |
| QicsGridCommon | Base class for setting grid and cell attributes |
| QicsGridGeometry | QicsGridGeometry holds information of all grids positions in QicsTable |
| QicsGridInfo | Information for QicsGrids |
| QicsHeader | A base class for header objects |
| QicsHeaderGrid | Header object for the QicsTable |
| QicsHTMLExport | QicsHTMLExport is a helper class that allows saving table data to HTML |
| QicsHTMLExportOptions | Struct used to specify HTML export options for QicsHTMLExport class. QicsHTMLExportOptions struct is used to specify HTML export options for QicsHTMLExport class |
| QicsICell | A lightweight object that refers to a single cell |
| QicsKeyboardManager | QicsKeyboardManager processes all key events of QicsTable |
| QicsKeyCombination | Class contains key combinations for specific table actions |
| QicsMainGrid | Flyweight class representing the main grid of the table |
| QicsMappedDimensionManager | Internal manager for row, column, and cell dimension information |
| QicsMouseMap | |
| QicsMovableEntryWidgetCellDisplay | Abstract class for cell display objects with a single entry widget |
| QicsMovableEntryWidgetCellDisplay::QicsEntryWidgetInfo | A helper class for QicsMovableEntryWidgetCellDisplay |
| QicsNavigator | Helper widget class that allows navigation through grid. QicsNavigator is helper widget class that allows navigation through grid. It is the subclass of QToolButton that placed in bottom rigth corner of table. Mouse press on it shows navigator frame where user can perform navigation |
| QicsNavigatorFrame | Internal class that represents navigator's window |
| QicsNoWidgetCellDisplay | Abstract class for cell display objects with a single entry widget |
| QicsPasteValidator | Abstract class for paste validator |
| QicsPrintPreviewPage | Page class used for WYSIWYG printing |
| QicsPrintPreviewWidget | The base class for WYSIWYG printing |
| QicsPushButtonCellDisplay | A cell displayer for push buttons |
| QicsQtModelAttributeController | QicsQtModelAttributeController is a controller for standard Qt models based on QAbstractItemModel and its descendants. It supports retrieving and storing of common Qt data model attributes of a single cell for the native QAbstractItemModel. Those attributes are:
- foreground and background colors;
- text alignment;
- tooltip;
- decoration (i.e. icon). When these attributes are set/read, the controller performs lookups and changes in the QAbstractItemModel. All the rest of QicsCellStyle attributes (such as cell grid pen, displayers, etc.) are passed through and are managed by standard QicsStyleManager facilities; they are not stored in the compound QAbstractItemModel and are exist in the table view only
|
| QicsRegion | A lightweight, rectangle-like object that refers to rows and columns |
| QicsRegionalAttributeController | QicsRegionalAttributeController is used to manage attributes of a grid object like a table |
| QicsRepeatingColumn | A lightweight object permitting access to attribute settings for a repeating set of columns |
| QicsRepeatingRow | A lightweight object permitting access to attribute settings for a repeating set of rows |
| QicsRow | A lightweight object permitting access to an indvidual row's attributes |
| QicsRowFilter | Implemetation of QicsFilter interface that allows to filter data by rows. QicsRowFilter is an implemetation of QicsFilter interface that allows to filter data by rows |
| QicsRowHeader | The row header object for the table |
| QicsRuler | Ruler widget is intended to show size of some object/part of screen in metric system |
| QicsScreenGrid | Base widget class for on-screen grids |
| QicsScrollBarScroller | Table scroller using a QScrollBar widget as the UI |
| QicsScroller | Abstract class defining interface for scroller objects |
| QicsSelection | Represents a single, contiguous selection |
| QicsSelectionList | Represents a complete table selection |
| QicsSelectionManager | Internal Manager for selections in the table |
| QicsSort | A C++ friendly, thread-safe, quicksort implementation |
| QicsSpan | A lightweight, rectangle-like object that refers to a span of cells |
| QicsTable | A full-featured table widget supporting a Model-View-Controller architecture |
| QicsTableCommon | Superclass defining table-wide attributes and settings |
| QicsTableGrid | Internal widget that manages the layout and display of cells, as well as user interaction |
| QicsTablePrint | |
| QicsTextCellDisplay | A cell displayer for text and pixmaps |
| QicsWidgetCellDisplay | A cell displayer which uses a single widget for display |