@@ -816,13 +816,15 @@ class GUI_EXPORT QgisInterface : public QObject
816
816
* Register a new tab in the vector layer properties dialog.
817
817
* \note Ownership of the factory is not transferred, and the factory must
818
818
* be unregistered when plugin is unloaded.
819
+ * \see QgsMapLayerConfigWidgetFactory
819
820
* \see unregisterMapLayerConfigWidgetFactory()
820
821
* \since QGIS 2.16
821
822
*/
822
823
virtual void registerMapLayerConfigWidgetFactory ( QgsMapLayerConfigWidgetFactory *factory ) = 0;
823
824
824
825
/* *
825
826
* Unregister a previously registered tab in the vector layer properties dialog.
827
+ * \see QgsMapLayerConfigWidgetFactory
826
828
* \see registerMapLayerConfigWidgetFactory()
827
829
* \since QGIS 2.16
828
830
*/
@@ -832,13 +834,15 @@ class GUI_EXPORT QgisInterface : public QObject
832
834
* Register a new tab in the options dialog.
833
835
* \note Ownership of the factory is not transferred, and the factory must
834
836
* be unregistered when plugin is unloaded.
837
+ * \see QgsOptionsWidgetFactory
835
838
* \see unregisterOptionsWidgetFactory()
836
839
* \since QGIS 3.0
837
840
*/
838
841
virtual void registerOptionsWidgetFactory ( QgsOptionsWidgetFactory *factory ) = 0;
839
842
840
843
/* *
841
844
* Unregister a previously registered tab in the options dialog.
845
+ * \see QgsOptionsWidgetFactory
842
846
* \see registerOptionsWidgetFactory()
843
847
* \since QGIS 3.0
844
848
*/
@@ -848,13 +852,15 @@ class GUI_EXPORT QgisInterface : public QObject
848
852
* Register a new custom drop handler.
849
853
* \note Ownership of the factory is not transferred, and the factory must
850
854
* be unregistered when plugin is unloaded.
855
+ * \see QgsCustomDropHandler
851
856
* \see unregisterCustomDropHandler()
852
857
* \since QGIS 3.0
853
858
*/
854
859
virtual void registerCustomDropHandler ( QgsCustomDropHandler *handler ) = 0;
855
860
856
861
/* *
857
862
* Unregister a previously registered custom drop handler.
863
+ * \see QgsCustomDropHandler
858
864
* \see registerCustomDropHandler()
859
865
* \since QGIS 3.0
860
866
*/
@@ -864,13 +870,15 @@ class GUI_EXPORT QgisInterface : public QObject
864
870
* Register a new custom drop \a handler for layout windows.
865
871
* \note Ownership of the factory is not transferred, and the factory must
866
872
* be unregistered when plugin is unloaded.
873
+ * \see QgsLayoutCustomDropHandler
867
874
* \see unregisterCustomLayoutDropHandler()
868
875
* \since QGIS 3.0
869
876
*/
870
877
virtual void registerCustomLayoutDropHandler ( QgsLayoutCustomDropHandler *handler ) = 0;
871
878
872
879
/* *
873
880
* Unregister a previously registered custom drop \a handler for layout windows.
881
+ * \see QgsLayoutCustomDropHandler
874
882
* \see registerCustomLayoutDropHandler()
875
883
* \since QGIS 3.0
876
884
*/
0 commit comments