mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-19 00:02:48 -04:00
Update docs, sip
This commit is contained in:
parent
59d28a3525
commit
7972092311
@ -22,6 +22,9 @@ class QgsLayoutItem : QgsLayoutObject, QGraphicsRectItem
|
||||
public:
|
||||
|
||||
QgsLayoutItem( QgsLayout *layout );
|
||||
%Docstring
|
||||
Constructor for QgsLayoutItem, with the specified parent ``layout``.
|
||||
%End
|
||||
|
||||
virtual int type() const = 0;
|
||||
%Docstring
|
||||
|
@ -1193,6 +1193,30 @@ Get timeout for timed messages: default of 5 seconds
|
||||
.. versionadded:: 3.0
|
||||
.. seealso:: composerWillBeClosed()
|
||||
.. seealso:: composerOpened()
|
||||
%End
|
||||
|
||||
void layoutDesignerOpened( QgsLayoutDesignerInterface *designer );
|
||||
%Docstring
|
||||
This signal is emitted when a new layout ``designer`` has been opened.
|
||||
.. versionadded:: 3.0
|
||||
.. seealso:: layoutDesignerWillBeClosed()
|
||||
%End
|
||||
|
||||
void layoutDesignerWillBeClosed( QgsLayoutDesignerInterface *designer );
|
||||
%Docstring
|
||||
This signal is emitted before a layout ``designer`` is going to be closed
|
||||
and deleted.
|
||||
.. versionadded:: 3.0
|
||||
.. seealso:: layoutDesignerClosed()
|
||||
.. seealso:: layoutDesignerOpened()
|
||||
%End
|
||||
|
||||
void layoutDesignerClosed();
|
||||
%Docstring
|
||||
This signal is emitted after a layout designer window is closed.
|
||||
.. versionadded:: 3.0
|
||||
.. seealso:: layoutDesignerWillBeClosed()
|
||||
.. seealso:: layoutDesignerOpened()
|
||||
%End
|
||||
|
||||
void initializationCompleted();
|
||||
|
@ -36,6 +36,9 @@ class CORE_EXPORT QgsLayoutItem : public QgsLayoutObject, public QGraphicsRectIt
|
||||
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsLayoutItem, with the specified parent \a layout.
|
||||
*/
|
||||
QgsLayoutItem( QgsLayout *layout );
|
||||
|
||||
//! Return correct graphics item type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user