QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A dialog for configuring the Python init code handling for attribute forms. More...
#include <qgsattributesforminitcode.h>
Public Member Functions | |
QgsAttributesFormInitCode () | |
Qgis::AttributeFormPythonInitCodeSource | codeSource () const |
Returns the Python init code source. | |
QString | initCode () const |
Returns the init code contents. | |
QString | initFilePath () const |
Returns the file path for the file containing the init code. | |
QString | initFunction () const |
Returns the name of the init function. | |
void | setCodeSource (Qgis::AttributeFormPythonInitCodeSource source) |
Sets the Python init code source. | |
void | setInitCode (const QString &initCode) |
Sets the init code contents. | |
void | setInitFilePath (const QString &initFilePath) |
Sets the file path for the file containing the init code. | |
void | setInitFunction (const QString &initFunction) |
Sets the name of the init function. | |
A dialog for configuring the Python init code handling for attribute forms.
Definition at line 34 of file qgsattributesforminitcode.h.
|
explicit |
Definition at line 24 of file qgsattributesforminitcode.cpp.
Qgis::AttributeFormPythonInitCodeSource QgsAttributesFormInitCode::codeSource | ( | ) | const |
Returns the Python init code source.
Definition at line 63 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initCode | ( | ) | const |
Returns the init code contents.
Definition at line 76 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initFilePath | ( | ) | const |
Returns the file path for the file containing the init code.
Definition at line 72 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initFunction | ( | ) | const |
Returns the name of the init function.
Definition at line 68 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setCodeSource | ( | Qgis::AttributeFormPythonInitCodeSource | source | ) |
Sets the Python init code source.
Definition at line 44 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitCode | ( | const QString & | initCode | ) |
Sets the init code contents.
Definition at line 58 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitFilePath | ( | const QString & | initFilePath | ) |
Sets the file path for the file containing the init code.
Definition at line 54 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitFunction | ( | const QString & | initFunction | ) |
Sets the name of the init function.
Definition at line 50 of file qgsattributesforminitcode.cpp.