|
QGIS API Documentation 3.42.0-Münster (feb80233002)
|
A context for field formatter containing information like the project. More...
#include <qgsfieldformatter.h>
Public Member Functions | |
| QgsFieldFormatterContext ()=default | |
| QgsProject * | project () const |
| Returns the project used in field formatter. | |
| void | setProject (QgsProject *project) |
| Sets the project used in field formatter. | |
A context for field formatter containing information like the project.
Definition at line 33 of file qgsfieldformatter.h.
|
default |
|
inline |
Returns the project used in field formatter.
Definition at line 43 of file qgsfieldformatter.h.
|
inline |
Sets the project used in field formatter.
Definition at line 49 of file qgsfieldformatter.h.