mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-04 07:01:26 +03:00 
			
		
		
		
	setPreviewLayoutDirection() added to RepotEngine
This commit is contained in:
		@@ -130,6 +130,8 @@ public:
 | 
			
		||||
    void setPassPhrase(const QString &passPhrase);
 | 
			
		||||
    void reorderPages(const QList<PageDesignIntf *> &reorderedPages);
 | 
			
		||||
    void clearSelection();
 | 
			
		||||
    Qt::LayoutDirection previewLayoutDirection();
 | 
			
		||||
    void setPreviewLayoutDirection(const Qt::LayoutDirection& previewLayoutDirection);
 | 
			
		||||
signals:
 | 
			
		||||
    void    pagesLoadFinished();
 | 
			
		||||
    void    datasourceCollectionLoadFinished(const QString& collectionName);
 | 
			
		||||
@@ -182,8 +184,8 @@ private:
 | 
			
		||||
    bool m_reportRendering;
 | 
			
		||||
    bool m_resultIsEditable;
 | 
			
		||||
    QString m_passPhrase;
 | 
			
		||||
 | 
			
		||||
    QFileSystemWatcher  *m_fileWatcher;
 | 
			
		||||
    Qt::LayoutDirection m_previewLayoutDirection;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user