| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
Context for relations. More...
#include <qgsrelationcontext.h>
Public Member Functions | |
| QgsRelationContext (const QgsRelationContext &other) | |
| QgsRelationContext (QgsProject *project=nullptr) | |
| Constructor for QgsRelationContext.   | |
| ~QgsRelationContext () | |
| QgsRelationContext & | operator= (const QgsRelationContext &other) | 
| const QgsProject * | project () const | 
| Gets the associated project.   | |
Context for relations.
Used to resolve layers from projects.
Definition at line 33 of file qgsrelationcontext.h.
| QgsRelationContext::QgsRelationContext | ( | QgsProject * | project = nullptr | ) | 
Constructor for QgsRelationContext.
Definition at line 18 of file qgsrelationcontext.cpp.
      
  | 
  default | 
| QgsRelationContext::QgsRelationContext | ( | const QgsRelationContext & | other | ) | 
Definition at line 25 of file qgsrelationcontext.cpp.
| QgsRelationContext & QgsRelationContext::operator= | ( | const QgsRelationContext & | other | ) | 
Definition at line 30 of file qgsrelationcontext.cpp.
| const QgsProject * QgsRelationContext::project | ( | ) | const | 
Gets the associated project.
If there is no associated project, then it will return the global project instance
Definition at line 36 of file qgsrelationcontext.cpp.