Differences From Artifact [942a12b839]:

  • File src/Page.hxx — part of check-in [25c9ba7389] at 2019-05-24 16:12:04 on branch page-api — Page: remove unused constructors (user: fifr size: 2810)

To Artifact [f85f2805db]:

  • File src/Page.hxx — part of check-in [3292aa280f] at 2019-05-24 16:16:12 on branch page-api — Page: rename `getOriginalImagePath` to `originalImagePath` (user: fifr size: 2807) [more...]

59
60
61
62
63
64
65
66

67
68
69
70
71
72
73
59
60
61
62
63
64
65

66
67
68
69
70
71
72
73







-
+








    ~Page() override;

    QDateTime creationTime() const;

    QString thumbnail();

    QString getOriginalImagePath() const;
    QString originalImagePath() const;

    QString result() const;

    Status status() const;

    /// Initialize this page from the results of a Scanner.
    ///