Engauge Digitizer
2
Loading...
Searching...
No Matches
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
DocumentHash.h
DocumentHash
QByteArray DocumentHash
Definition
DocumentHash.h:12
DocumentHashGenerator::DocumentHashGenerator
DocumentHashGenerator()
Single constructor.
Definition
DocumentHashGenerator.cpp:12
DocumentHashGenerator::generate
DocumentHash generate(const Document &document) const
Generate the hash for external storage.
Definition
DocumentHashGenerator.cpp:16
Document
Storage of one imported image and the data attached to that image.
Definition
Document.h:44
Generated on
for Engauge Digitizer by
1.14.0