QGIS API Documentation  2.4.0-Chugiak
 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. More...
 
bool mInOverview
 Flag whether layer is shown in overview. More...
 

Detailed Description

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

Definition at line 74 of file qgsmapcanvas.h.

Constructor & Destructor Documentation

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

Definition at line 77 of file qgsmapcanvas.h.

Member Function Documentation

bool QgsMapCanvasLayer::isInOverview ( ) const
inline

Definition at line 84 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

bool QgsMapCanvasLayer::isVisible ( ) const
inline

Definition at line 83 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

QgsMapLayer* QgsMapCanvasLayer::layer ( )
inline

Definition at line 86 of file qgsmapcanvas.h.

Referenced by QgsMapCanvas::setLayerSet().

const QgsMapLayer* QgsMapCanvasLayer::layer ( ) const
inline

Definition at line 87 of file qgsmapcanvas.h.

void QgsMapCanvasLayer::setInOverview ( bool  isInOverview)
inline

Definition at line 81 of file qgsmapcanvas.h.

void QgsMapCanvasLayer::setVisible ( bool  visible)
inline

Definition at line 80 of file qgsmapcanvas.h.

Member Data Documentation

bool QgsMapCanvasLayer::mInOverview
private

Flag whether layer is shown in overview.

Definition at line 96 of file qgsmapcanvas.h.

QgsMapLayer* QgsMapCanvasLayer::mLayer
private

Definition at line 90 of file qgsmapcanvas.h.

bool QgsMapCanvasLayer::mVisible
private

Flag whether layer is visible.

Definition at line 93 of file qgsmapcanvas.h.


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