QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
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 25 of file qgsattributesforminitcode.cpp.
Qgis::AttributeFormPythonInitCodeSource QgsAttributesFormInitCode::codeSource | ( | ) | const |
Returns the Python init code source.
Definition at line 64 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initCode | ( | ) | const |
Returns the init code contents.
Definition at line 77 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initFilePath | ( | ) | const |
Returns the file path for the file containing the init code.
Definition at line 73 of file qgsattributesforminitcode.cpp.
QString QgsAttributesFormInitCode::initFunction | ( | ) | const |
Returns the name of the init function.
Definition at line 69 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setCodeSource | ( | Qgis::AttributeFormPythonInitCodeSource | source | ) |
Sets the Python init code source.
Definition at line 45 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitCode | ( | const QString & | initCode | ) |
Sets the init code contents.
Definition at line 59 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitFilePath | ( | const QString & | initFilePath | ) |
Sets the file path for the file containing the init code.
Definition at line 55 of file qgsattributesforminitcode.cpp.
void QgsAttributesFormInitCode::setInitFunction | ( | const QString & | initFunction | ) |
Sets the name of the init function.
Definition at line 51 of file qgsattributesforminitcode.cpp.