KReportDesignerItemBase
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
List of all members
KReportDesignerItemBase Class Referenceabstract
#include <KReportDesignerItemBase.h>
Inheritance diagram for KReportDesignerItemBase:

Public Member Functions | |
virtual void | buildXML (QDomDocument *doc, QDomElement *parent)=0 |
virtual KReportDesignerItemBase * | clone ()=0 |
KReportDesigner * | designer () const |
virtual void | move (const QPointF &)=0 |
void | setDesigner (KReportDesigner *rd) |
Static Public Member Functions | |
static void | addPropertyAsAttribute (QDomElement *e, KProperty *p) |
static void | buildXML (QGraphicsItem *item, QDomDocument *doc, QDomElement *parent) |
static void | buildXMLLineStyle (QDomDocument *doc, QDomElement *entity, const KReportLineStyle &ls) |
static void | buildXMLRect (QDomDocument *doc, QDomElement *entity, KReportItemBase *i) |
static void | buildXMLTextStyle (QDomDocument *doc, QDomElement *entity, const KReportTextStyleData &ts) |
Protected Member Functions | |
KReportDesignerItemBase (KReportDesigner *r, KReportItemBase *) | |
QString | dataSourceAndObjectTypeName (const QString &dataSource, const QString &objectTypeName) const |
KReportItemBase * | item () const |
QString | renderText () const |
void | setRenderText (const QString &text) |
void | updateRenderText (const QString &itemDataSource, const QString &itemStaticValue, const QString &itemType) |
Detailed Description
Base class for report items used within the designer GUI.
Definition at line 39 of file KReportDesignerItemBase.h.
Member Function Documentation
◆ updateRenderText()
|
protected |
Updates the text that is shown for the item in the report designer If itemDataSource is set then it is preferred over itemStaticValue itemType is appended to the end of the text.
- Parameters
-
itemDataSource source field property itemStaticValue value property itemType type of item
- Returns
- void
Definition at line 388 of file KReportDesignerItemRectBase.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Jun 6 2023 04:07:39 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.