We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2a35478 commit 5d03090Copy full SHA for 5d03090
src/core/qgsmaplayer.h
@@ -222,6 +222,9 @@ public slots:
222
void setScaleBasedVisibility( bool theVisibilityFlag);
223
bool scaleBasedVisibility();
224
225
+ /** Layer can be informed when a key is pressed. */
226
+ virtual void keyPressed (QKeyEvent *e) {};
227
+
228
signals:
229
230
/** Emit a signal to notify of a progress event */
0 commit comments