Skip to content

Commit 17d9849

Browse files
committed
[layertree] More doxygen docs
1 parent 592356a commit 17d9849

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/gui/layertree/qgscustomlayerorderwidget.h

+10
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ class QgsLayerTreeNode;
2525
class QCheckBox;
2626
class QListView;
2727

28+
/**
29+
* The QgsCustomLayerOrderWidget class provides a list box where the user can define
30+
* custom order for drawing of layers. It also features a checkbox for enabling
31+
* or disabling the custom order. Any changes made by the user are automatically
32+
* propagated to the assigned QgsLayerTreeMapCanvasBridge. Also, any updates
33+
* to the layer tree cause refresh of the list.
34+
*
35+
* @see QgsLayerTreeMapCanvasBridge
36+
* @note added in 2.4
37+
*/
2838
class GUI_EXPORT QgsCustomLayerOrderWidget : public QWidget
2939
{
3040
Q_OBJECT

src/gui/layertree/qgslayertreeviewdefaultactions.h

+8
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ class QgsLayerTreeView;
2525
class QgsMapCanvas;
2626
class QgsMapLayer;
2727

28+
29+
/**
30+
* The QgsLayerTreeViewDefaultActions class serves as a factory of actions
31+
* that can be used together with a layer tree view.
32+
*
33+
* @see QgsLayerTreeView
34+
* @note added in 2.4
35+
*/
2836
class GUI_EXPORT QgsLayerTreeViewDefaultActions : public QObject
2937
{
3038
Q_OBJECT

0 commit comments

Comments
 (0)