| Quantum GIS API Documentation
    1.8
    | 
A class that stores visibility and presence in overview flags together with pointer to the layer. More...
#include <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. | |
A class that stores visibility and presence in overview flags together with pointer to the layer.
Definition at line 67 of file qgsmapcanvas.h.
| QgsMapCanvasLayer::QgsMapCanvasLayer | ( | QgsMapLayer * | layer, | 
| bool | visible = true, | ||
| bool | isInOverview = false | ||
| ) |  [inline] | 
Definition at line 70 of file qgsmapcanvas.h.
| bool QgsMapCanvasLayer::isInOverview | ( | ) | const  [inline] | 
Definition at line 77 of file qgsmapcanvas.h.
Referenced by QgsMapCanvas::setLayerSet().
| bool QgsMapCanvasLayer::isVisible | ( | ) | const  [inline] | 
Definition at line 76 of file qgsmapcanvas.h.
Referenced by QgsMapCanvas::setLayerSet().
| QgsMapLayer* QgsMapCanvasLayer::layer | ( | ) |  [inline] | 
Definition at line 79 of file qgsmapcanvas.h.
Referenced by QgsMapCanvas::setLayerSet().
| const QgsMapLayer* QgsMapCanvasLayer::layer | ( | ) | const  [inline] | 
Definition at line 80 of file qgsmapcanvas.h.
| void QgsMapCanvasLayer::setInOverview | ( | bool | isInOverview | ) |  [inline] | 
Definition at line 74 of file qgsmapcanvas.h.
| void QgsMapCanvasLayer::setVisible | ( | bool | visible | ) |  [inline] | 
Definition at line 73 of file qgsmapcanvas.h.
| bool QgsMapCanvasLayer::mInOverview  [private] | 
Flag whether layer is shown in overview.
Definition at line 89 of file qgsmapcanvas.h.
| QgsMapLayer* QgsMapCanvasLayer::mLayer  [private] | 
Definition at line 83 of file qgsmapcanvas.h.
| bool QgsMapCanvasLayer::mVisible  [private] | 
Flag whether layer is visible.
Definition at line 86 of file qgsmapcanvas.h.
 1.7.6.1
 1.7.6.1