OROEllipse
#include <KReportRenderObjects.h>

Public Member Functions | |
| QBrush | brush () const |
| OROPrimitive * | clone () const override |
| QPen | pen () const |
| QRectF | rect () const |
| void | setBrush (const QBrush &brush) |
| void | setPen (const QPen &pen) |
| void | setRect (const QRectF &rectangle) |
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 an ellipse.
Definition at line 404 of file KReportRenderObjects.h.
Constructor & Destructor Documentation
◆ OROEllipse()
| OROEllipse::OROEllipse | ( | ) |
Definition at line 841 of file KReportRenderObjects.cpp.
◆ ~OROEllipse()
|
override |
Definition at line 845 of file KReportRenderObjects.cpp.
Member Function Documentation
◆ brush()
| QBrush OROEllipse::brush | ( | ) | const |
Definition at line 866 of file KReportRenderObjects.cpp.
◆ clone()
|
overridevirtual |
Implements OROPrimitive.
Definition at line 881 of file KReportRenderObjects.cpp.
◆ pen()
| QPen OROEllipse::pen | ( | ) | const |
Definition at line 871 of file KReportRenderObjects.cpp.
◆ rect()
| QRectF OROEllipse::rect | ( | ) | const |
Definition at line 876 of file KReportRenderObjects.cpp.
◆ setBrush()
| void OROEllipse::setBrush | ( | const QBrush & | brush | ) |
Definition at line 861 of file KReportRenderObjects.cpp.
◆ setPen()
| void OROEllipse::setPen | ( | const QPen & | pen | ) |
Definition at line 856 of file KReportRenderObjects.cpp.
◆ setRect()
| void OROEllipse::setRect | ( | const QRectF & | rectangle | ) |
Definition at line 850 of file KReportRenderObjects.cpp.
The documentation for this class was generated from the following files:
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