QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
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 ()
 
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 51 of file qgssqlcomposerdialog.h.

Constructor & Destructor Documentation

◆ ~TableSelectedCallback()

QgsSQLComposerDialog::TableSelectedCallback::~TableSelectedCallback ( )
virtual

Definition at line 29 of file qgssqlcomposerdialog.cpp.

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 files: