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.

Constructor & Destructor Documentation

◆ ~KReportScriptSource()

KReportScriptSource::~KReportScriptSource ( )
virtual

Definition at line 41 of file KReportScriptHandler.cpp.

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-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.