OROImage

Search for usage in LXR

OROImage Class Reference

#include <KReportRenderObjects.h>

Inheritance diagram for OROImage:

Public Member Functions

Qt::AspectRatioMode aspectRatioMode () const
 
OROPrimitiveclone () const override
 
QImage image () const
 
bool isScaled () const
 
void setAspectRatioMode (Qt::AspectRatioMode aspect)
 
void setImage (const QImage &img)
 
void setScaled (bool scaled)
 
void setTransformationMode (Qt::TransformationMode transformation)
 
Qt::TransformationMode transformationMode () 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 an image. An image is a bitmap.

Definition at line 330 of file KReportRenderObjects.h.

Constructor & Destructor Documentation

◆ OROImage()

OROImage::OROImage ( )

Definition at line 667 of file KReportRenderObjects.cpp.

◆ ~OROImage()

OROImage::~OROImage ( )
override

Definition at line 674 of file KReportRenderObjects.cpp.

Member Function Documentation

◆ aspectRatioMode()

Qt::AspectRatioMode OROImage::aspectRatioMode ( ) const

Definition at line 699 of file KReportRenderObjects.cpp.

◆ clone()

OROPrimitive * OROImage::clone ( ) const
overridevirtual

Implements OROPrimitive.

Definition at line 719 of file KReportRenderObjects.cpp.

◆ image()

QImage OROImage::image ( ) const

Definition at line 704 of file KReportRenderObjects.cpp.

◆ isScaled()

bool OROImage::isScaled ( ) const

Definition at line 709 of file KReportRenderObjects.cpp.

◆ setAspectRatioMode()

void OROImage::setAspectRatioMode ( Qt::AspectRatioMode aspect)

Definition at line 694 of file KReportRenderObjects.cpp.

◆ setImage()

void OROImage::setImage ( const QImage & img)

Definition at line 679 of file KReportRenderObjects.cpp.

◆ setScaled()

void OROImage::setScaled ( bool scaled)

Definition at line 684 of file KReportRenderObjects.cpp.

◆ setTransformationMode()

void OROImage::setTransformationMode ( Qt::TransformationMode transformation)

Definition at line 689 of file KReportRenderObjects.cpp.

◆ transformationMode()

Qt::TransformationMode OROImage::transformationMode ( ) const

Definition at line 714 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.