16#include "moc_qgsmaplayerconfigwidget.cpp" 
   26  mLayerTreeGroup = group;
 
 
   31  return mLayerTreeGroup;
 
 
   41  , mMapCanvas( canvas )
 
 
Layer tree group node serves as a container for layers and further groups.
 
Map canvas is a class for displaying all GIS data types on a canvas.
 
Encapsulates the context for a QgsMapLayerConfigWidget.
 
QgsLayerTreeGroup * layerTreeGroup() const
Returns the layer tree group associated with the widget.
 
void setLayerTreeGroup(QgsLayerTreeGroup *group)
Sets the layer tree group associated with the widget.
 
Base class for all map layer types.