~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/generators/dvi/fontpool.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
#include "fontprogress.h"
13
13
#include "TeXFontDefinition.h"
14
14
 
15
 
#include <Q3PtrList>
 
15
#include <QList>
16
16
#include <QObject>
17
17
#include <QProcess>
18
18
 
39
39
 
40
40
public:
41
41
 // Default constructor.
42
 
 fontPool();
 
42
 fontPool(bool useFontHinting);
43
43
 
44
44
 // Default destructor.
45
45
 ~fontPool();
78
78
 // the method returns.
79
79
 TeXFontDefinition* appendx(const QString& fontname, quint32 checksum, quint32 scale, double enlargement);
80
80
 
81
 
 // Returns a string in a very basic HTML format which describes the
82
 
 // fonts in the pool.
83
 
 QString status();
84
 
 
85
81
  // This is the list which actually holds pointers to the fonts
86
 
  Q3PtrList<TeXFontDefinition> fontList;
 
82
  QList<TeXFontDefinition*> fontList;
87
83
 
88
84
  // This method marks all fonts in the fontpool as "not in use". The
89
85
  // fonts are, however, not removed from memory until the method