Mercurial > hg > svgui
comparison layer/Layer.h @ 1456:98157ea8a3d2 single-point
Comment
author | Chris Cannam |
---|---|
date | Fri, 10 May 2019 15:50:51 +0100 |
parents | af824022bffd |
children | 11a150e65ee1 |
comparison
equal
deleted
inserted
replaced
1455:9e846af73f3e | 1456:98157ea8a3d2 |
---|---|
547 * from a session if its model cannot be found. | 547 * from a session if its model cannot be found. |
548 */ | 548 */ |
549 virtual bool canExistWithoutModel() const { return false; } | 549 virtual bool canExistWithoutModel() const { return false; } |
550 | 550 |
551 public slots: | 551 public slots: |
552 /** | |
553 * Change the visibility status (dormancy) of the layer in the | |
554 * given view. | |
555 */ | |
552 void showLayer(LayerGeometryProvider *, bool show); | 556 void showLayer(LayerGeometryProvider *, bool show); |
553 | 557 |
554 signals: | 558 signals: |
555 void modelChanged(); | 559 void modelChanged(); |
556 void modelCompletionChanged(); | 560 void modelCompletionChanged(); |