|
| DataObjectTable (QWidget *parent=0) |
|
void | setData (QSharedPointer< ito::DataObject > dataObj) |
|
QSharedPointer< ito::DataObject > | getData () const |
|
bool | getReadOnly () const |
|
void | setReadOnly (bool value) |
|
double | getMin () const |
|
void | setMin (double value) |
|
double | getMax () const |
|
void | setMax (double value) |
|
int | getDecimals () const |
|
void | setDecimals (int value) |
|
void | setNumberFormat (const NumberFormat &format) |
|
NumberFormat | getNumberFormat () const |
|
Qt::Alignment | getAlignment () const |
|
void | setAlignment (Qt::Alignment alignment) |
|
int | getEditorDecimals () const |
|
void | setEditorDecimals (int value) |
|
QHeaderView::ResizeMode | getHorizontalResizeMode () const |
|
void | setHorizontalResizeMode (QHeaderView::ResizeMode mode) |
|
QHeaderView::ResizeMode | getVerticalResizeMode () const |
|
void | setVerticalResizeMode (QHeaderView::ResizeMode mode) |
|
int | getDefaultCols () const |
|
void | setDefaultCols (int value) |
|
int | getDefaultRows () const |
|
void | setDefaultRows (int value) |
|
QStringList | getVerticalLabels () const |
|
void | setVerticalLabels (QStringList value) |
|
QStringList | getHorizontalLabels () const |
|
void | setHorizontalLabels (QStringList value) |
|
QStringList | getSuffixes () const |
|
void | setSuffixes (QStringList value) |
|
virtual QSize | sizeHint () const |
|
|
| Q_CLASSINFO ("prop://data", "dataObject that is displaye in the table view") |
|
| Q_CLASSINFO ("prop://readOnly", "enable write protection") |
|
| Q_CLASSINFO ("prop://min", "minimum acceptable value (if editing is allowed)") |
|
| Q_CLASSINFO ("prop://max", "maximum acceptable value (if editing is allowed)") |
|
| Q_CLASSINFO ("prop://decimals", "number of visible decimals for floating point numbers") |
|
| Q_CLASSINFO ("prop://editorDecimals", "number of possible decimals during the edit of floating point numbers") |
|
| Q_CLASSINFO ("prop://defaultCols", "number of column to be shown") |
|
| Q_CLASSINFO ("prop://defaultRows", "number of rows to be shown") |
|
| Q_CLASSINFO ("prop://horizontalLabels", "list with labels for each shown column (if more columns are shown than labels, a default numbering is used for additional columns)") |
|
| Q_CLASSINFO ("prop://verticalLabels", "list with labels for each shown row (if more rows are shown than labels, a default numbering is used for additional rows)") |
|
| Q_CLASSINFO ("prop://suffixes", "list with suffixes for each column. If less suffixes than columns are indicated, the last suffix is repeated.") |
|
| Q_CLASSINFO ("prop://horizontalResizeMode", "defines the mode how the rows can be resized or are stretched over the available space (ResizeToContents, Interactive, Stretch, Fixed, Custom -> see QHeaderView::ResizeMode).") |
|
| Q_CLASSINFO ("prop://verticalResizeMode", "defines the mode how the columns can be resized or are stretched over the available space (ResizeToContents, Interactive, Stretch, Fixed, Custom -> see QHeaderView::ResizeMode).") |
|
| Q_CLASSINFO ("prop://alignment", "alignment of the text cells.") |
|