16#ifndef QGSGEOMETRYWIDGET_H
17#define QGSGEOMETRYWIDGET_H
139 void pasteTriggered();
142 QLineEdit *mLineEdit =
nullptr;
143 QToolButton *mButton =
nullptr;
144 QMenu *mMenu =
nullptr;
145 QAction *mClearAction =
nullptr;
146 QAction *mCopyWktAction =
nullptr;
147 QAction *mCopyGeoJsonAction =
nullptr;
148 QAction *mPasteAction =
nullptr;
151 QList<Qgis::WkbType> mAcceptedTypes;
152 bool mReadOnly =
false;
154 void fetchGeomFromClipboard();
160 void updateLineEdit();
WkbType
The WKB type describes the number of dimensions a geometry has.
A QgsGeometry with associated coordinate reference system.