File: PDFDocument_config.h

package info (click to toggle)
texstudio 2.3%2Bdebian-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 20,992 kB
  • sloc: cpp: 61,734; ansic: 4,300; xml: 726; sh: 125; makefile: 25
file content (29 lines) | stat: -rw-r--r-- 476 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#ifndef PDFDOCUMENT_CONFIG_H
#define PDFDOCUMENT_CONFIG_H

#include <QByteArray>
struct PDFDocumentConfig{
	int windowLeft, windowTop;
	int windowWidth, windowHeight;
	QByteArray windowState;

	int dpi;
	int scaleOption;
	int scale;


	int magnifierSize, magnifierShape;
	bool magnifierBorder;



	QString syncFileMask;


//live options
	bool continuous,singlepagestep;
	bool followFromCursor, followFromScroll, syncViews;
	int gridx,gridy;
};

#endif // PDFDOCUMENT_CONFIG_H