OROPicture

Search for usage in LXR

OROPicture Class Reference

#include <KReportRenderObjects.h>

Inheritance diagram for OROPicture:

Public Member Functions

OROPrimitiveclone () const override
 
QPicturepicture ()
 
void setPicture (const QPicture &pic)
 
- 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 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()

OROPicture::~OROPicture ( )
override

Definition at line 746 of file KReportRenderObjects.cpp.

Member Function Documentation

◆ clone()

OROPrimitive * OROPicture::clone ( ) const
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-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.