QGIS API Documentation  3.37.0-Master (a5b4d9743e8)
Public Member Functions | List of all members
QgsSQLComposerDialog::TableSelectedCallback Class Referenceabstract

Callback to do actions on table selection. More...

#include <qgssqlcomposerdialog.h>

Public Member Functions

virtual ~TableSelectedCallback ()=default
 
virtual void tableSelected (const QString &name)=0
 method called when a table is selected More...
 

Detailed Description

Callback to do actions on table selection.

Note
not available in Python bindings

Definition at line 58 of file qgssqlcomposerdialog.h.

Constructor & Destructor Documentation

◆ ~TableSelectedCallback()

virtual QgsSQLComposerDialog::TableSelectedCallback::~TableSelectedCallback ( )
virtualdefault

Member Function Documentation

◆ tableSelected()

virtual void QgsSQLComposerDialog::TableSelectedCallback::tableSelected ( const QString &  name)
pure virtual

method called when a table is selected


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