17 #ifndef QGSATTRIBUTEDIALOG_H 18 #define QGSATTRIBUTEDIALOG_H 27 #include <QGridLayout> 67 ~QgsAttributeDialog();
103 bool editable() {
return mAttributeForm->editable(); }
152 bool mShowDialogButtons;
162 static int sFormCounter;
virtual bool event(QEvent *e)
Q_DECL_DEPRECATED void setIsAddDialog(bool isAddDialog)
Toggles the form mode between edit feature and add feature.
This class contains context information for attribute editor widgets.
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
bool editable()
Is this dialog editable?
void setEditCommandMessage(const QString &message)
Sets the edit command message (Undo) that will be used when the dialog is accepted.
Q_DECL_DEPRECATED QDialog * dialog()
Returns reference to self.
A class for highlight features on the map.
QgsAttributeForm * attributeForm()
General purpose distance and area calculator.
const QgsFeature * feature()
void setMode(QgsAttributeForm::Mode mode)
Toggles the form mode.
Represents a vector layer which manages a vector based data sets.