Engauge Digitizer
2
Document
DocumentHashGenerator.h
Go to the documentation of this file.
1
/******************************************************************************************************
2
* (C) 2014 markummitchell@github.com. This file is part of Engauge Digitizer, which is released *
3
* under GNU General Public License version 2 (GPLv2) or (at your option) any later version. See file *
4
* LICENSE or go to gnu.org/licenses for details. Distribution requires prior written permission. *
5
******************************************************************************************************/
6
7
#ifndef DOCUMENT_HASH_GENERATOR_H
8
#define DOCUMENT_HASH_GENERATOR_H
9
10
#include "
DocumentHash.h
"
11
12
class
Document
;
13
15
class
DocumentHashGenerator
16
{
17
public
:
19
DocumentHashGenerator
();
20
22
DocumentHash
generate
(
const
Document
&document)
const
;
23
24
};
25
26
#endif // DOCUMENT_HASH_GENERATOR_H
Document
Storage of one imported image and the data attached to that image.
Definition:
Document.h:40
DocumentHashGenerator::generate
DocumentHash generate(const Document &document) const
Generate the hash for external storage.
Definition:
DocumentHashGenerator.cpp:16
DocumentHashGenerator::DocumentHashGenerator
DocumentHashGenerator()
Single constructor.
Definition:
DocumentHashGenerator.cpp:12
DocumentHash
QByteArray DocumentHash
Definition:
DocumentHash.h:11
DocumentHashGenerator
Generates a DocumentHash value representing the state of the entire Document.
Definition:
DocumentHashGenerator.h:14
DocumentHash.h
Generated on Sat Jan 4 2020 12:00:00 for Engauge Digitizer by
1.8.16