ACF $AcfVersion:0$
CBitmapSurface.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
7#include <iimg/CBitmap.h>
8
9
10namespace iimg
11{
12
13
21{
22public:
25
28
29 // reimplemented (istd::IChangeable)
30 virtual void OnEndChanges(const ChangeSet& changeSet) override;
31
32private:
33 void CreateSurfaceFromBitmap();
34};
35
36
37} // namespace iimg
38
39
40
41
Bitmap implementation based on Qt QImage.
Definition CBitmap.h:29
Union of a bitmap objects and its samples represented as a 2D sampled function.
iimg::CBitmap BaseClass
imath::CSampledFunction2d BaseClass2
virtual void OnEndChanges(const ChangeSet &changeSet) override
Callback function for end change event.
CBitmapSurface(const CBitmapSurface &bitmap)
Implementation of the resampled 2D-function.
Set of change flags (its IDs).
Definition IChangeable.h:36
Contains the system indenendent definitions of image and related themes.
Definition CBitmap.h:17