ORORect

Search for usage in LXR

ORORect Class Reference

#include <KReportRenderObjects.h>

Inheritance diagram for ORORect:

Public Member Functions

QBrush brush () const
 
OROPrimitiveclone () 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
OROPagepage ()
 
const OROPagepage () 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 rectangle.

Definition at line 379 of file KReportRenderObjects.h.

Constructor & Destructor Documentation

◆ ORORect()

ORORect::ORORect ( )

Definition at line 781 of file KReportRenderObjects.cpp.

◆ ~ORORect()

ORORect::~ORORect ( )
override

Definition at line 785 of file KReportRenderObjects.cpp.

Member Function Documentation

◆ brush()

QBrush ORORect::brush ( ) const

Definition at line 806 of file KReportRenderObjects.cpp.

◆ clone()

OROPrimitive * ORORect::clone ( ) const
overridevirtual

Implements OROPrimitive.

Definition at line 821 of file KReportRenderObjects.cpp.

◆ pen()

QPen ORORect::pen ( ) const

Definition at line 811 of file KReportRenderObjects.cpp.

◆ rect()

QRectF ORORect::rect ( ) const

Definition at line 816 of file KReportRenderObjects.cpp.

◆ setBrush()

void ORORect::setBrush ( const QBrush & brush)

Definition at line 801 of file KReportRenderObjects.cpp.

◆ setPen()

void ORORect::setPen ( const QPen & pen)

Definition at line 796 of file KReportRenderObjects.cpp.

◆ setRect()

void ORORect::setRect ( const QRectF & rectangle)

Definition at line 790 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:21:31 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.