mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-07 00:03:52 -05:00
Sipify update
This commit is contained in:
parent
ac94345331
commit
14882058ba
@ -13,7 +13,10 @@
|
|||||||
class QgsEditorWidgetRegistry : QObject
|
class QgsEditorWidgetRegistry : QObject
|
||||||
{
|
{
|
||||||
%Docstring
|
%Docstring
|
||||||
This class manages all known edit widget factories
|
This class manages all known edit widget factories.
|
||||||
|
|
||||||
|
QgsEditorWidgetRegistry is not usually directly created, but rather accessed through
|
||||||
|
QgsGui.editorWidgetRegistry().
|
||||||
%End
|
%End
|
||||||
|
|
||||||
%TypeHeaderCode
|
%TypeHeaderCode
|
||||||
@ -21,7 +24,13 @@ class QgsEditorWidgetRegistry : QObject
|
|||||||
%End
|
%End
|
||||||
public:
|
public:
|
||||||
|
|
||||||
static void initEditors( QgsMapCanvas *mapCanvas = 0, QgsMessageBar *messageBar = 0 );
|
QgsEditorWidgetRegistry();
|
||||||
|
%Docstring
|
||||||
|
Constructor for QgsEditorWidgetRegistry. QgsEditorWidgetRegistry is not usually directly created, but rather accessed through
|
||||||
|
QgsGui.editorWidgetRegistry().
|
||||||
|
%End
|
||||||
|
|
||||||
|
void initEditors( QgsMapCanvas *mapCanvas = 0, QgsMessageBar *messageBar = 0 );
|
||||||
%Docstring
|
%Docstring
|
||||||
Registers all the default widgets.
|
Registers all the default widgets.
|
||||||
Only call this once on startup of an application.
|
Only call this once on startup of an application.
|
||||||
@ -162,9 +171,6 @@ class QgsEditorWidgetRegistry : QObject
|
|||||||
\param plugin The plugin (ownership is transferred)
|
\param plugin The plugin (ownership is transferred)
|
||||||
%End
|
%End
|
||||||
|
|
||||||
protected:
|
|
||||||
QgsEditorWidgetRegistry();
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/************************************************************************
|
/************************************************************************
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user