18 #ifndef QGSVECTORLAYERJOINBUFFER_H    19 #define QGSVECTORLAYERJOINBUFFER_H    47     bool removeJoin( 
const QString& joinLayerId );
    55     void createJoinCaches();
    61     void readXml( 
const QDomNode& layer_node );
    89     void joinedFieldsChanged();
    92     void joinedLayerUpdatedFields();
    94     void joinedLayerModified();
   110 #endif // QGSVECTORLAYERJOINBUFFER_H 
bool containsJoins() const
Quick way to test if there is any join at all. 
 
Container of fields for a vector layer. 
 
Manages joined fields for a vector layer. 
 
const QgsVectorJoinList & vectorJoins() const
 
QList< QgsVectorJoinInfo > QgsVectorJoinList
 
Represents a vector layer which manages a vector based data sets.