ImagingTools Core SDK
Main Page
Related Pages
Topics
Namespaces
Classes
Examples
ImtCore
Include
imtreport
IReportDocument.h
1
// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ImtCore-Commercial
2
#pragma once
3
4
5
// ACF includes
6
#include <idoc/IMultiPageDocument.h>
7
8
9
namespace
imtreport
10
{
11
12
13
class
IReportPage;
14
15
19
class
IReportDocument
:
virtual
public
idoc::IMultiPageDocument
20
{
21
public
:
25
virtual
const
IReportPage
*
GetReportPage
(
int
pageIndex)
const
= 0;
26
};
27
28
29
}
// namespace imtreport
30
31
imtreport::IReportDocument
Definition
IReportDocument.h:20
imtreport::IReportDocument::GetReportPage
virtual const IReportPage * GetReportPage(int pageIndex) const =0
imtreport::IReportPage
Definition
IReportPage.h:27
imtreport
Definition
CFont.h:10
Generated by
1.9.8