#include <qgsmapcanvas.h>
Collaboration diagram for QgsMapCanvasLayer:

Definition at line 62 of file qgsmapcanvas.h.
Public Member Functions | |
| QgsMapCanvasLayer (QgsMapLayer *layer, bool visible=TRUE, bool isInOverview=FALSE) | |
| void | setVisible (bool visible) |
| void | setInOverview (bool isInOverview) |
| bool | isVisible () const |
| bool | isInOverview () const |
| QgsMapLayer * | layer () |
| const QgsMapLayer * | layer () const |
Private Attributes | |
| QgsMapLayer * | mLayer |
| bool | mVisible |
| Flag whether layer is visible. | |
| bool | mInOverview |
| Flag whether layer is shown in overview. | |
| QgsMapCanvasLayer::QgsMapCanvasLayer | ( | QgsMapLayer * | layer, | |
| bool | visible = TRUE, |
|||
| bool | isInOverview = FALSE | |||
| ) | [inline] |
Definition at line 65 of file qgsmapcanvas.h.
| void QgsMapCanvasLayer::setVisible | ( | bool | visible | ) | [inline] |
Definition at line 68 of file qgsmapcanvas.h.
| void QgsMapCanvasLayer::setInOverview | ( | bool | isInOverview | ) | [inline] |
Definition at line 69 of file qgsmapcanvas.h.
| bool QgsMapCanvasLayer::isVisible | ( | ) | const [inline] |
Definition at line 71 of file qgsmapcanvas.h.
| bool QgsMapCanvasLayer::isInOverview | ( | ) | const [inline] |
Definition at line 72 of file qgsmapcanvas.h.
| QgsMapLayer* QgsMapCanvasLayer::layer | ( | ) | [inline] |
Definition at line 74 of file qgsmapcanvas.h.
| const QgsMapLayer* QgsMapCanvasLayer::layer | ( | ) | const [inline] |
Definition at line 75 of file qgsmapcanvas.h.
QgsMapLayer* QgsMapCanvasLayer::mLayer [private] |
Definition at line 79 of file qgsmapcanvas.h.
bool QgsMapCanvasLayer::mVisible [private] |
bool QgsMapCanvasLayer::mInOverview [private] |
1.5.1