KReportScriptSource

Search for usage in LXR

KReportScriptSource Class Referenceabstract

#include <KReportScriptSource.h>

Public Member Functions

virtual QString scriptCode (const QString &script) const =0
 
virtual QStringList scriptList () const =0
 

Detailed Description

Abstraction of report script source.

A script source is implemented by the source application to provide scripts to the report.

Definition at line 32 of file KReportScriptSource.h.

Member Function Documentation

◆ scriptCode()

virtual QString KReportScriptSource::scriptCode ( const QString script) const
pure virtual

Allow the implementation to return some script code based on a specific script name as set in the report.

◆ scriptList()

virtual QStringList KReportScriptSource::scriptList ( ) const
pure virtual

Allow the implementation to return a list of possible scripts.


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 Wed Jun 7 2023 04:08:32 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.