File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,16 @@ class QgsLayerTreeNode;
25
25
class QCheckBox ;
26
26
class QListView ;
27
27
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
+ */
28
38
class GUI_EXPORT QgsCustomLayerOrderWidget : public QWidget
29
39
{
30
40
Q_OBJECT
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ class QgsLayerTreeView;
25
25
class QgsMapCanvas ;
26
26
class QgsMapLayer ;
27
27
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
+ */
28
36
class GUI_EXPORT QgsLayerTreeViewDefaultActions : public QObject
29
37
{
30
38
Q_OBJECT
You can’t perform that action at this time.
0 commit comments