ACF $AcfVersion:0$
IBitmapProvider.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#include <iimg/IBitmap.h>
8
9
10namespace iimg
11{
12
13
21{
22public:
27 virtual const iimg::IBitmap* GetBitmap() const = 0;
28};
29
30
31} // namespace iimg
32
33
34
35
Definition of single plane bitmap.
Definition IBitmap.h:21
Bitmap supplier allowing to access of produced bitmap.
virtual const iimg::IBitmap * GetBitmap() const =0
Get access to produced bitmap object.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Contains the system indenendent definitions of image and related themes.
Definition CBitmap.h:17