QGIS API Documentation 3.99.0-Master (26c88405ac0)
Loading...
Searching...
No Matches
QgsAttributesFormInitCode Class Reference

A dialog for configuring the Python init code handling for attribute forms. More...

#include <qgsattributesforminitcode.h>

Inheritance diagram for QgsAttributesFormInitCode:

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.

Detailed Description

A dialog for configuring the Python init code handling for attribute forms.

Definition at line 35 of file qgsattributesforminitcode.h.

Constructor & Destructor Documentation

◆ QgsAttributesFormInitCode()

QgsAttributesFormInitCode::QgsAttributesFormInitCode ( )
explicit

Definition at line 27 of file qgsattributesforminitcode.cpp.

Member Function Documentation

◆ codeSource()

Qgis::AttributeFormPythonInitCodeSource QgsAttributesFormInitCode::codeSource ( ) const

Returns the Python init code source.

See also
setCodeSource()

Definition at line 65 of file qgsattributesforminitcode.cpp.

◆ initCode()

QString QgsAttributesFormInitCode::initCode ( ) const

Returns the init code contents.

See also
setInitCode()

Definition at line 78 of file qgsattributesforminitcode.cpp.

◆ initFilePath()

QString QgsAttributesFormInitCode::initFilePath ( ) const

Returns the file path for the file containing the init code.

See also
setInitFilePath()

Definition at line 74 of file qgsattributesforminitcode.cpp.

◆ initFunction()

QString QgsAttributesFormInitCode::initFunction ( ) const

Returns the name of the init function.

See also
setInitFunction()

Definition at line 70 of file qgsattributesforminitcode.cpp.

◆ setCodeSource()

void QgsAttributesFormInitCode::setCodeSource ( Qgis::AttributeFormPythonInitCodeSource source)

Sets the Python init code source.

See also
codeSource()

Definition at line 47 of file qgsattributesforminitcode.cpp.

◆ setInitCode()

void QgsAttributesFormInitCode::setInitCode ( const QString & initCode)

Sets the init code contents.

See also
initCode()

Definition at line 60 of file qgsattributesforminitcode.cpp.

◆ setInitFilePath()

void QgsAttributesFormInitCode::setInitFilePath ( const QString & initFilePath)

Sets the file path for the file containing the init code.

See also
initFilePath()

Definition at line 56 of file qgsattributesforminitcode.cpp.

◆ setInitFunction()

void QgsAttributesFormInitCode::setInitFunction ( const QString & initFunction)

Sets the name of the init function.

See also
initFunction()

Definition at line 52 of file qgsattributesforminitcode.cpp.


The documentation for this class was generated from the following files: