QGIS API Documentation 3.34.0-Prizren (ffbdd678812)
|
A context for field formatter containing information like the project. More...
#include <qgsfieldformatter.h>
Public Member Functions | |
QgsFieldFormatterContext ()=default | |
Constructor. | |
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 |
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.