-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port 'exclude from exports' functionality from composer
- Loading branch information
1 parent
4e8878d
commit 75898d8
Showing
8 changed files
with
174 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/core/layout/qgslayouteffect.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ | ||
|
||
|
||
|
||
|
||
|
||
class QgsLayoutEffect : QGraphicsEffect | ||
{ | ||
%Docstring | ||
|
||
A QGraphicsEffect subclass used for rendering layout items | ||
onto a scene with custom composition modes. | ||
|
||
.. versionadded:: 3.0 | ||
%End | ||
|
||
%TypeHeaderCode | ||
#include "qgslayouteffect.h" | ||
%End | ||
public: | ||
|
||
QgsLayoutEffect(); | ||
%Docstring | ||
Constructor for QgsLayoutEffect. | ||
%End | ||
|
||
void setCompositionMode( QPainter::CompositionMode mode ); | ||
%Docstring | ||
Sets the composition (blending) ``mode`` used for rendering | ||
the item. | ||
.. seealso:: compositionMode() | ||
%End | ||
|
||
QPainter::CompositionMode compositionMode() const; | ||
%Docstring | ||
Returns the composition (blending) mode used for rendering | ||
the item. | ||
.. seealso:: setCompositionMode() | ||
:rtype: QPainter.CompositionMode | ||
%End | ||
|
||
protected: | ||
|
||
virtual void draw( QPainter *painter ); | ||
|
||
}; | ||
|
||
|
||
/************************************************************************ | ||
* This file has been generated automatically from * | ||
* * | ||
* src/core/layout/qgslayouteffect.h * | ||
* * | ||
* Do not edit manually ! Edit header and run scripts/sipify.pl again * | ||
************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+721 Bytes
...ol_images/layouts/expected_layoutitem_excluded/expected_layoutitem_excluded.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.