File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
python/core/auto_generated Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,15 +220,15 @@ per millimeter.
220
220
221
221
bool renderingStopped() const;
222
222
%Docstring
223
- Returns ``True`` if the rendering operation has been stopped and any ongoing
223
+ Returns TRUE if the rendering operation has been stopped and any ongoing
224
224
rendering should be canceled immediately.
225
225
226
226
.. seealso:: :py:func:`setRenderingStopped`
227
227
%End
228
228
229
229
bool forceVectorOutput() const;
230
230
%Docstring
231
- Returns ``True`` if rendering operations should use vector operations instead
231
+ Returns TRUE if rendering operations should use vector operations instead
232
232
of any faster raster shortcuts.
233
233
234
234
.. seealso:: :py:func:`setForceVectorOutput`
@@ -246,7 +246,7 @@ Used to enable or disable advanced effects such as blend modes
246
246
247
247
bool drawEditingInformation() const;
248
248
%Docstring
249
- Returns ``True`` if edit markers should be drawn during the render operation.
249
+ Returns TRUE if edit markers should be drawn during the render operation.
250
250
251
251
.. seealso:: :py:func:`setDrawEditingInformation`
252
252
%End
You can’t perform that action at this time.
0 commit comments