#include <QicsNamespace.h>
Inherited by QicsAbstractAttributeController, QicsCellCommon, QicsCellDisplay, QicsCellDisplayFactory, QicsCellRegion, QicsDataItem, QicsDataModel, QicsDimensionManager, QicsGrid, QicsGridInfo, QicsIntVector, QicsRowColumnDrag, QicsScroller, QicsScrollManager, QicsSelectionManager, QicsSorter, QicsSpanManager, QicsStyle, QicsStyleManager, QicsTable, and QicsTableRegionDrag.
Public Types | |
| enum | QicsWideKeyAction { Del_DeleteSelected, CtrlA_SelectAll } |
| enum | QicsBoxBorders { TopBorder = 1, BottomBorder = 2, LeftBorder = 4, RightBorder = 8, AllBorders = 1+2+4+8 } |
| enum | QicsCopyPolicy { CopyData = 1, CopyAttributes = 2, CopyDimensions = 4, CopySpans = 8, CopyAll = 1+2+4+8 } |
| enum | QicsClearPolicy { ClearData = 1, ClearAttributes = 2, ClearSpans = 4, ClearAll = 1+2+4 } |
| enum | QicsSortMode { QicsStableSort = 0, QicsQuickSort } |
| enum | QicsCellOverflowBehavior { Clip = 0, Overflow, ToolTip } |
| enum | QicsCurrentCellStyle { Spreadsheet = 0, NormalSelected } |
| enum | QicsSelectionStyle { Normal = 0, Exclusive } |
| enum | QicsGridCellClipping { AllowPartial = 0, NoDisplayOnPartial, UseClippedSymbol } |
| enum | QicsGridType { TableGrid = 0, RowHeaderGrid, ColumnHeaderGrid } |
| enum | QicsHeaderType { RowHeader = 0, ColumnHeader } |
| enum | QicsIndexType { NoIndex = 0, RowIndex, ColumnIndex, RowAndColumnIndex } |
| enum | QicsLineStyle { None = 0, Plain, Raised, Sunken } |
| enum | QicsRepaintBehavior { RepaintOff = 0, RepaintOn = 1, RepaintCalcOnly = 2 } |
| enum | QicsScrollBarMode { Auto = 0, AlwaysOff, AlwaysOn } |
| enum | QicsScrollDirection { ScrollNone = 0, ScrollUp = 1, ScrollDown = 2, ScrollLeft = 4, ScrollRight = 8, ScrollToRow = 16, ScrollToColumn = 32 } |
| enum | QicsSelectionPolicy { SelectNone = 0, SelectSingle, SelectMultiple, SelectSingleRow, SelectMultipleRow } |
| enum | QicsSelectionType { SelectionNone = 0, SelectionBegin, SelectionDrag, SelectionEnd, SelectionExtend, SelectionAdd, SelectionReplace } |
| enum | QicsSortOrder { Ascending = 0, Descending } |
| enum | QicsTableDisplayOption { DisplayNever = 0, DisplayAlways, DisplayFirstPage } |
| enum | QicsTraversalKeyEditBehavior { TraverseWithinCell = 0, TraverseBetweenCells } |
| enum | QicsCurrentCellDraggingPolicy { DragCurrent = 0, DragSelection } |
Qics is a common superclass for all Qics classes. The Qics class contains mostly type declarations at the moment.
Denotes global key actions available for the table grid.
| enum Qics::QicsBoxBorders |
Denotes the box borders of cell region.
| enum Qics::QicsCopyPolicy |
Denotes the copying policy during copy/paste and drag/drop operations.
Denotes the clearing policy during cut and delete operations.
| enum Qics::QicsSortMode |
Denotes the sort algorithm which is used.
Denotes the behavior of grids when handling cells whose contents cannot be displayed in the boundaries of the cell.
Denotes the visual style that the current cell of the table will be drawn with.
Denotes the policy for displaying text that is too long to fit in its cell.
| enum Qics::QicsGridType |
Specifies a type of grid object.
| enum Qics::QicsHeaderType |
Specifies the type of table header.
| enum Qics::QicsIndexType |
Specifies the type of table index.
| enum Qics::QicsLineStyle |
Denotes the style of lines and borders in the table widget.
Specifies the recalculation and repainting behavior of tables and grids.
Denotes a direction for scrolling operations, or that an absolute scroll should occur.
Denotes the selection policy for the table.
| enum Qics::QicsSortOrder |
Specifies whenever ordering should be ascending or descending.
Specifies a printing display policy for elements of the table.
Specifies the behavior of the traversal keys. (left, right, up, down, etc) while editing a cell.
Specifies the behavior of drag&drop operations when it has began from current cell.