| Qics | A common superclass for all Qics classes |
| QicsAbstractAttributeController | QicsAbstractAttributeController is used to manage attributes of a grid object like a table |
| QicsAbstractClipboardDelegate | QicsAbstractClipboardDelegate is a delegate class which can be subclassed and installed on QicsTable in order to customize clipboard operations |
| 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 |
| QicsNoWidgetCellDisplay | Abstract class for cell display objects with a single entry widget |
| QicsPasteValidator | Abstract class for paste validator |
| 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:
|
| 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 |
| 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 |
| 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 |