QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Signals | Public Member Functions | Protected Member Functions | List of all members
QgsTableEditorDialog Class Reference

A reusable window for editing simple spreadsheet-style tables. More...

#include <qgstableeditordialog.h>

Inheritance diagram for QgsTableEditorDialog:
Inheritance graph
[legend]

Signals

void includeHeaderChanged (bool included)
 Emitted whenever the "include table header" setting is changed. More...
 
void tableChanged ()
 Emitted whenever the table contents are changed. More...
 

Public Member Functions

 QgsTableEditorDialog (QWidget *parent=nullptr)
 Constructor for QgsTableEditorDialog with the specified parent widget. More...
 
bool includeTableHeader () const
 Returns true if the table includes a header row. More...
 
void registerExpressionContextGenerator (QgsExpressionContextGenerator *generator)
 Register an expression context generator class that will be used to retrieve an expression context for the editor when required. More...
 
void setIncludeTableHeader (bool included)
 Sets whether the table includes a header row. 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...
 
bool setTableContentsFromClipboard ()
 Parses the clipboard text into contents to show in the editor widget. More...
 
void setTableHeaders (const QVariantList &headers)
 Sets the table headers. 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...
 

Protected Member Functions

void closeEvent (QCloseEvent *) override
 

Detailed Description

A reusable window for editing simple spreadsheet-style tables.

Table content is retrieved and set using the QgsTableContents class. The editor has support for table foreground and background colors, and numeric formats.

Since
QGIS 3.12

Definition at line 41 of file qgstableeditordialog.h.

Constructor & Destructor Documentation

◆ QgsTableEditorDialog()

QgsTableEditorDialog::QgsTableEditorDialog ( QWidget *  parent = nullptr)

Constructor for QgsTableEditorDialog with the specified parent widget.

Definition at line 28 of file qgstableeditordialog.cpp.

Member Function Documentation

◆ closeEvent()

void QgsTableEditorDialog::closeEvent ( QCloseEvent *  )
overrideprotected

Definition at line 146 of file qgstableeditordialog.cpp.

◆ includeHeaderChanged

void QgsTableEditorDialog::includeHeaderChanged ( bool  included)
signal

Emitted whenever the "include table header" setting is changed.

◆ includeTableHeader()

bool QgsTableEditorDialog::includeTableHeader ( ) const

Returns true if the table includes a header row.

See also
setIncludeTableHeader()

Definition at line 223 of file qgstableeditordialog.cpp.

◆ registerExpressionContextGenerator()

void QgsTableEditorDialog::registerExpressionContextGenerator ( QgsExpressionContextGenerator generator)

Register an expression context generator class that will be used to retrieve an expression context for the editor when required.

Since
QGIS 3.16

Definition at line 243 of file qgstableeditordialog.cpp.

◆ setIncludeTableHeader()

void QgsTableEditorDialog::setIncludeTableHeader ( bool  included)

Sets whether the table includes a header row.

See also
includeTableHeader()

Definition at line 228 of file qgstableeditordialog.cpp.

◆ setTableColumnWidth()

void QgsTableEditorDialog::setTableColumnWidth ( int  column,
double  width 
)

Sets the configured column width for the specified column.

Set width to 0 if an automatic width should be used for the column.

This should be called after a call to setTableContents().

See also
tableColumnWidth()

Definition at line 218 of file qgstableeditordialog.cpp.

◆ setTableContents()

void QgsTableEditorDialog::setTableContents ( const QgsTableContents contents)

Sets the contents to show in the editor widget.

See also
tableContents()

Definition at line 189 of file qgstableeditordialog.cpp.

◆ setTableContentsFromClipboard()

bool QgsTableEditorDialog::setTableContentsFromClipboard ( )

Parses the clipboard text into contents to show in the editor widget.

Returns
true if the clipboard was successfully parsed
See also
tableContents()

Definition at line 153 of file qgstableeditordialog.cpp.

◆ setTableHeaders()

void QgsTableEditorDialog::setTableHeaders ( const QVariantList &  headers)

Sets the table headers.

See also
tableHeaders()

Definition at line 238 of file qgstableeditordialog.cpp.

◆ setTableRowHeight()

void QgsTableEditorDialog::setTableRowHeight ( int  row,
double  height 
)

Sets the configured row height for the specified row.

Set height to 0 if an automatic height should be used for the row.

This should be called after a call to setTableContents().

See also
tableRowHeight()

Definition at line 213 of file qgstableeditordialog.cpp.

◆ tableChanged

void QgsTableEditorDialog::tableChanged ( )
signal

Emitted whenever the table contents are changed.

◆ tableColumnWidth()

double QgsTableEditorDialog::tableColumnWidth ( int  column)

Returns the configured column width for the specified column, or 0 if an automatic width should be used for the column.

See also
setTableColumnWidth()

Definition at line 208 of file qgstableeditordialog.cpp.

◆ tableContents()

QgsTableContents QgsTableEditorDialog::tableContents ( ) const

Returns the current contents of the editor widget table.

See also
setTableContents()

Definition at line 198 of file qgstableeditordialog.cpp.

◆ tableHeaders()

QVariantList QgsTableEditorDialog::tableHeaders ( ) const

Returns the table header values.

See also
setTableHeaders()

Definition at line 233 of file qgstableeditordialog.cpp.

◆ tableRowHeight()

double QgsTableEditorDialog::tableRowHeight ( int  row)

Returns the configured row height for the specified row, or 0 if an automatic height should be used for the row.

See also
setTableRowHeight()

Definition at line 203 of file qgstableeditordialog.cpp.


The documentation for this class was generated from the following files: