QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
QgsMapCanvasLayer Class Reference

A class that stores visibility and presence in overview flags together with pointer to the layer. More...

#include <qgsmapcanvas.h>

Collaboration diagram for QgsMapCanvasLayer:
Collaboration graph
[legend]

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
QgsMapLayerlayer ()
const QgsMapLayerlayer () const

Private Attributes

QgsMapLayermLayer
bool mVisible
 Flag whether layer is visible.
bool mInOverview
 Flag whether layer is shown in overview.

Detailed Description

A class that stores visibility and presence in overview flags together with pointer to the layer.

Definition at line 69 of file qgsmapcanvas.h.

Constructor & Destructor Documentation

QgsMapCanvasLayer::QgsMapCanvasLayer ( QgsMapLayer layer,
bool  visible = true,
bool  isInOverview = false 
)
inline

Definition at line 72 of file qgsmapcanvas.h.

Member Function Documentation

bool QgsMapCanvasLayer::isInOverview ( ) const
inline

Definition at line 79 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

bool QgsMapCanvasLayer::isVisible ( ) const
inline

Definition at line 78 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

QgsMapLayer* QgsMapCanvasLayer::layer ( )
inline

Definition at line 81 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

const QgsMapLayer* QgsMapCanvasLayer::layer ( ) const
inline

Definition at line 82 of file qgsmapcanvas.h.

void QgsMapCanvasLayer::setInOverview ( bool  isInOverview)
inline

Definition at line 76 of file qgsmapcanvas.h.

void QgsMapCanvasLayer::setVisible ( bool  visible)
inline

Definition at line 75 of file qgsmapcanvas.h.

Member Data Documentation

bool QgsMapCanvasLayer::mInOverview
private

Flag whether layer is shown in overview.

Definition at line 91 of file qgsmapcanvas.h.

QgsMapLayer* QgsMapCanvasLayer::mLayer
private

Definition at line 85 of file qgsmapcanvas.h.

bool QgsMapCanvasLayer::mVisible
private

Flag whether layer is visible.

Definition at line 88 of file qgsmapcanvas.h.


The documentation for this class was generated from the following file: