| 
    QGIS API Documentation
    3.26.3-Buenos Aires (65e4edfdad)
    
   | 
 
A context for field formatter containing information like the project. More...
#include <qgsfieldformatter.h>
Public Member Functions | |
| QgsFieldFormatterContext ()=default | |
| Constructor.  More... | |
| QgsProject * | project () const | 
| Returns the project used in field formatter.  More... | |
| void | setProject (QgsProject *project) | 
| Sets the project used in field formatter.  More... | |
A context for field formatter containing information like the project.
Definition at line 33 of file qgsfieldformatter.h.
      
  | 
  default | 
Constructor.
      
  | 
  inline | 
Returns the project used in field formatter.
Definition at line 46 of file qgsfieldformatter.h.
      
  | 
  inline | 
Sets the project used in field formatter.
Definition at line 52 of file qgsfieldformatter.h.
 1.8.17