1 #ifndef QGSRELATIONADDDLG_H
2 #define QGSRELATIONADDDLG_H
5 #include "ui_qgsrelationadddlgbase.h"
16 void addLayers( QList<QgsVectorLayer* > layers );
18 QString referencingLayerId();
19 QString referencedLayerId();
20 QList< QPair< QString, QString > > references();
22 QString relationName();
26 void on_mCbxReferencingLayer_currentIndexChanged(
int index );
27 void on_mCbxReferencedLayer_currentIndexChanged(
int index );
32 QMap< QString, QgsVectorLayer* > mLayers;
36 #endif // QGSRELATIONADDDLG_H