OROLine

Search for usage in LXR

OROLine Class Reference

#include <KReportRenderObjects.h>

Inheritance diagram for OROLine:

Public Member Functions

OROPrimitiveclone () const override
 
QPointF endPoint () const
 
KReportLineStyle lineStyle () const
 
void setEndPoint (const QPointF &end)
 
void setLineStyle (const KReportLineStyle &style)
 
void setStartPoint (const QPointF &start)
 
QPointF startPoint () const
 
- 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 line with a width/weight.

Definition at line 302 of file KReportRenderObjects.h.

Constructor & Destructor Documentation

◆ OROLine()

OROLine::OROLine ( )

Definition at line 610 of file KReportRenderObjects.cpp.

◆ ~OROLine()

OROLine::~OROLine ( )
override

Definition at line 615 of file KReportRenderObjects.cpp.

Member Function Documentation

◆ clone()

OROPrimitive * OROLine::clone ( ) const
overridevirtual

Implements OROPrimitive.

Definition at line 645 of file KReportRenderObjects.cpp.

◆ endPoint()

QPointF OROLine::endPoint ( ) const

Definition at line 635 of file KReportRenderObjects.cpp.

◆ lineStyle()

KReportLineStyle OROLine::lineStyle ( ) const

Definition at line 640 of file KReportRenderObjects.cpp.

◆ setEndPoint()

void OROLine::setEndPoint ( const QPointF & end)

Definition at line 625 of file KReportRenderObjects.cpp.

◆ setLineStyle()

void OROLine::setLineStyle ( const KReportLineStyle & style)

Definition at line 630 of file KReportRenderObjects.cpp.

◆ setStartPoint()

void OROLine::setStartPoint ( const QPointF & start)

Definition at line 620 of file KReportRenderObjects.cpp.

◆ startPoint()

QPointF OROLine::startPoint ( ) const
inline

Definition at line 308 of file KReportRenderObjects.h.


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 Fri Jul 26 2024 12:00:43 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.