#include <qgsattributedialog.h>
|
void | accept () override |
|
void | reject () override |
|
void | show () |
| Show the dialog non-blocking. Reparents this dialog to be a child of the dialog form. More...
|
|
Definition at line 37 of file qgsattributedialog.h.
Create an attribute dialog for a given layer and feature.
- Parameters
-
vl | The layer for which the dialog will be generated |
thepFeature | A feature for which the dialog will be generated |
featureOwner | Set to true, if the dialog should take ownership of the feature |
parent | A parent widget for the dialog |
showDialogButtons | True: Show the dialog buttons accept/cancel |
context | The context in which this dialog is created |
Definition at line 25 of file qgsattributedialog.cpp.
QgsAttributeDialog::~QgsAttributeDialog |
( |
| ) |
|
|
override |
void QgsAttributeDialog::accept |
( |
| ) |
|
|
overrideslot |
bool QgsAttributeDialog::editable |
( |
| ) |
|
|
inline |
Is this dialog editable?
- Returns
- returns true, if this dialog was created in an editable manner.
Definition at line 73 of file qgsattributedialog.h.
bool QgsAttributeDialog::event |
( |
QEvent * |
e | ) |
|
|
override |
Intercept window activate/deactivate events to show/hide the highlighted feature.
- Parameters
-
- Returns
- The same as the parent QDialog
Definition at line 125 of file qgsattributedialog.cpp.
void QgsAttributeDialog::reject |
( |
| ) |
|
|
overrideslot |
void QgsAttributeDialog::setEditCommandMessage |
( |
const QString & |
message | ) |
|
|
inline |
Sets the edit command message (Undo) that will be used when the dialog is accepted.
- Parameters
-
Definition at line 87 of file qgsattributedialog.h.
void QgsAttributeDialog::show |
( |
| ) |
|
|
slot |
Show the dialog non-blocking. Reparents this dialog to be a child of the dialog form.
Definition at line 72 of file qgsattributedialog.cpp.
The documentation for this class was generated from the following files: