mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-24 16:18:04 +03:00
Exporters infrastructure has been added
This commit is contained in:
@@ -48,11 +48,13 @@
|
||||
|
||||
class QFileSystemWatcher;
|
||||
|
||||
|
||||
namespace LimeReport{
|
||||
|
||||
class PageDesignIntf;
|
||||
class PrintRange;
|
||||
class ReportDesignWindow;
|
||||
class ReportExporterInterface;
|
||||
|
||||
class ReportEnginePrivateInterface {
|
||||
public:
|
||||
@@ -132,6 +134,7 @@ public:
|
||||
bool printPages(ReportPages pages, QPrinter *printer);
|
||||
void printToFile(const QString& fileName);
|
||||
bool printToPDF(const QString& fileName);
|
||||
bool exportReport(QString exporterName, const QString &fileName = "", const QMap<QString, QVariant>& params = QMap<QString, QVariant>());
|
||||
void previewReport(PreviewHints hints = PreviewBarsUserSetting);
|
||||
|
||||
ReportDesignWindowInterface* getDesignerWindow();
|
||||
@@ -267,6 +270,7 @@ private:
|
||||
LimeReportDesignerPluginInterface* m_designerFactory;
|
||||
QString m_styleSheet;
|
||||
QLocale::Language m_currentDesignerLanguage;
|
||||
QMap<QString, ReportExporterInterface*> exporters;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user