MCPcopy Create free account
hub / github.com/TeXworks/texworks / Document

Method Document

modules/QtPDF/src/backends/MuPDFBackend.cpp:372–381  ·  view source on GitHub ↗

Document Class ==============

Source from the content-addressed store, hash-verified

370// Document Class
371// ==============
372Document::Document(QString fileName):
373 Super(fileName),
374 _mupdf_data(NULL),
375 _glyph_cache(fz_new_glyph_cache())
376{
377#ifdef DEBUG
378// qDebug() << "MuPDF::Document::Document(" << fileName << ")";
379#endif
380 reload();
381}
382
383Document::~Document()
384{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected