ACF $AcfVersion:0$
IMultiPageDocumentProvider.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5// ACF includes
6#include <istd/IChangeable.h>
7
8
9namespace idoc
10{
11
12
13class IMultiPageDocument;
14
15
47{
48public:
53 virtual const IMultiPageDocument* GetDocument() const = 0;
54};
55
56
57} // namespace idoc
58
59
60
61
Simple interface for a structured document.
Common interface for a provider of a multi-page document.
virtual const IMultiPageDocument * GetDocument() const =0
Get multi-page document instance.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains the system independent basic implementations of Document/View design pattern.