|
| QgsTableEditorWidget (QWidget *parent=nullptr) |
| Constructor for QgsTableEditorWidget with the specified parent widget. More...
|
|
| ~QgsTableEditorWidget () override |
|
QList< int > | columnsAssociatedWithSelection () |
| Returns a list of the columns associated with the current table selected cells. More...
|
|
bool | hasMixedSelectionNumericFormat () |
| Returns true if the current selection has a mix of numeric formats. More...
|
|
bool | isHeaderCellSelected () |
| Returns true if any header cells are selected. More...
|
|
QList< int > | rowsAssociatedWithSelection () |
| Returns a list of the rows associated with the current table selected cells. More...
|
|
QColor | selectionBackgroundColor () |
| Returns the background color for the currently selected cells. More...
|
|
QgsProperty | selectionCellProperty () |
| Returns the QgsProperty used for the contents of the currently selected cells. More...
|
|
double | selectionColumnWidth () |
| Returns the width (in millimeters) of the columns associated with the current selection, or 0 if an automatic column width is desired. More...
|
|
Q_DECL_DEPRECATED QColor | selectionForegroundColor () |
| Returns the foreground color for the currently selected cells. More...
|
|
Qt::Alignment | selectionHorizontalAlignment () |
| Returns the horizontal alignment for the currently selected cells. More...
|
|
QgsNumericFormat * | selectionNumericFormat () |
| Returns the numeric format used for the currently selected cells, or nullptr if the selection has no numeric format set. More...
|
|
double | selectionRowHeight () |
| Returns the height (in millimeters) of the rows associated with the current selection, or 0 if an automatic row height is desired, or -1 if the selection has mixed row heights. More...
|
|
QgsTextFormat | selectionTextFormat () |
| Returns the text format for the currently selected cells. More...
|
|
Qt::Alignment | selectionVerticalAlignment () |
| Returns the horizontal alignment for the currently selected cells. More...
|
|
void | setSelectionNumericFormat (QgsNumericFormat *format) |
| Sets the numeric format to use for the currently selected cells. More...
|
|
void | setTableColumnWidth (int column, double width) |
| Sets the configured column width for the specified column. More...
|
|
void | setTableContents (const QgsTableContents &contents) |
| Sets the contents to show in the editor widget. More...
|
|
void | setTableRowHeight (int row, double height) |
| Sets the configured row height for the specified row. More...
|
|
double | tableColumnWidth (int column) |
| Returns the configured column width for the specified column, or 0 if an automatic width should be used for the column. More...
|
|
QgsTableContents | tableContents () const |
| Returns the current contents of the editor widget table. More...
|
|
QVariantList | tableHeaders () const |
| Returns the table header values. More...
|
|
double | tableRowHeight (int row) |
| Returns the configured row height for the specified row, or 0 if an automatic height should be used for the row. More...
|
|