OROPicture
OROPicture Class Reference
#include <KReportRenderObjects.h>
Inheritance diagram for OROPicture:

Public Member Functions | |
| OROPrimitive * | clone () const override |
| QPicture * | picture () |
| void | setPicture (const QPicture &pic) |
Public Member Functions inherited from OROPrimitive | |
| OROPage * | page () |
| const OROPage * | page () const |
| QPointF | position () const |
| void | setPage (OROPage *page) |
| void | setPosition (const QPointF &pos) |
| void | setSize (const QSizeF &s) |
| QSizeF | size () const |
Detailed Description
Defines a picture. A picture is different to an image, in that it is drawn using commands.
Definition at line 359 of file KReportRenderObjects.h.
Constructor & Destructor Documentation
◆ OROPicture()
| OROPicture::OROPicture | ( | ) |
Definition at line 741 of file KReportRenderObjects.cpp.
◆ ~OROPicture()
|
override |
Definition at line 746 of file KReportRenderObjects.cpp.
Member Function Documentation
◆ clone()
|
overridevirtual |
Implements OROPrimitive.
Definition at line 751 of file KReportRenderObjects.cpp.
◆ picture()
| QPicture * OROPicture::picture | ( | ) |
Definition at line 760 of file KReportRenderObjects.cpp.
◆ setPicture()
| void OROPicture::setPicture | ( | const QPicture & | pic | ) |
Definition at line 765 of file KReportRenderObjects.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:06:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:06:17 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from