mirror of
https://github.com/fralx/LimeReport.git
synced 2025-11-25 00:18:06 +03:00
ReportEnginePrivate has been changed to ReportEngine in PrewiewWindow and DesignerWindow
This commit is contained in:
@@ -34,15 +34,10 @@
|
||||
#include <QDomComment>
|
||||
#include <QSpinBox>
|
||||
#include <QComboBox>
|
||||
#include <QSettings>
|
||||
#include <QEventLoop>
|
||||
|
||||
#include "lrpagedesignintf.h"
|
||||
#include "lrreportrender.h"
|
||||
#include "serializators/lrstorageintf.h"
|
||||
#include "serializators/lrxmlreader.h"
|
||||
#include "lrpreviewreportwidget.h"
|
||||
|
||||
#include "items/editors/lrfonteditorwidget.h"
|
||||
#include "items/editors/lrtextalignmenteditorwidget.h"
|
||||
|
||||
namespace LimeReport {
|
||||
|
||||
@@ -50,11 +45,19 @@ namespace Ui {
|
||||
class PreviewReportWindow;
|
||||
}
|
||||
|
||||
class PreviewReportWidget;
|
||||
class FontEditorWidget;
|
||||
class TextAlignmentEditorWidget;
|
||||
class ReportEngine;
|
||||
class PageItemDesignIntf;
|
||||
typedef QList< QSharedPointer<PageItemDesignIntf> > ReportPages;
|
||||
|
||||
|
||||
class PreviewReportWindow : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit PreviewReportWindow(ReportEnginePrivate *report, QWidget *parent = 0, QSettings* settings=0, Qt::WindowFlags flags=0);
|
||||
explicit PreviewReportWindow(ReportEngine *report, QWidget *parent = 0, QSettings* settings=0, Qt::WindowFlags flags=0);
|
||||
~PreviewReportWindow();
|
||||
void setReportReader(ItemsReaderIntf::Ptr reader);
|
||||
void setPages(ReportPages pages);
|
||||
|
||||
Reference in New Issue
Block a user