|
ACF $AcfVersion:0$
|
Contains the system indenendent definitions of image and related themes. More...
Classes | |
| class | CBitmap |
| Bitmap implementation based on Qt QImage. More... | |
| class | CBitmapBase |
Base implementation of some iimg::IBitmap methods. More... | |
| class | CBitmapLoaderComp |
Bitmap loader component implementing interfaces ifile::IFilePersistence. More... | |
| class | CBitmapSurface |
| Union of a bitmap objects and its samples represented as a 2D sampled function. More... | |
| class | CComposedBitmapProviderComp |
| Component for composition/grouping of more single bitmap providers. More... | |
| class | CGeneralBitmap |
| Standard device- and platform-independent bitmap definition. More... | |
| class | CMultiPageBitmapBase |
| Definition of a multi-page bitmap document. More... | |
| class | CMultiPageBitmapComp |
| Realization of the multi-page bitmap used the component factory for the instatiation of the page bitmap. More... | |
| class | CMultiPageBitmapSequenceComp |
| Realization of the multi-page bitmap sequence used the component factory for the instatiation of the single sequence frame. More... | |
| class | CPixelFormatList |
| class | CReflectedBitmapBase |
| Implementation of bitmap storing internal additionaly QImage object reflecting state of main bitmap after conversion to Qt formats. More... | |
| class | CScanlineMask |
| Representation of a 2D-region as container of bitmap line scans. More... | |
| class | IBitmap |
| Definition of single plane bitmap. More... | |
| class | IBitmapProvider |
| Bitmap supplier allowing to access of produced bitmap. More... | |
| class | IMultiBitmapProvider |
| Supplier allowing to access of multiple produced bitmaps. More... | |
| class | IMultiPageBitmapController |
| Interface of a controller for handling multi-page bitmaps. More... | |
| class | IQImageProvider |
| Interface for QImage object provider. More... | |
| class | IRasterImage |
| General definition of image contains pixels in regular grid. More... | |
| class | TMultiPageBitmap |
| Generic implementation of a multi-page bitmap. More... | |
| class | TPixelConversion |
| A generic pixel conversion. More... | |
Typedefs | |
| typedef istd::TUniqueInterfacePtr< iimg::IBitmap > | IBitmapUniquePtr |
| typedef istd::TSharedInterfacePtr< iimg::IBitmap > | IBitmapSharedPtr |
| typedef istd::TUniqueInterfacePtr< IMultiBitmapProvider > | IMultiBitmapProviderUniquePtr |
| typedef istd::TSharedInterfacePtr< IMultiBitmapProvider > | IMultiBitmapProviderSharedPtr |
| typedef TMultiPageBitmap< CGeneralBitmap > | CGeneralMultiPageBitmap |
| typedef TMultiPageBitmap< CBitmap > | CMultiPageBitmap |
| typedef TPixelConversion< quint8, quint8 > | CGrayGrayPixelConversion |
| typedef TPixelConversion< float, quint8, float > | CFloatGrayPixelConversion |
| typedef TPixelConversion< quint8, float, float > | CGrayFloatPixelConversion |
| typedef TPixelConversion< float, float > | CFloatFloatPixelConversion |
Functions | |
| uint | qHash (const CScanlineMask &key, uint seed=0) |
Contains the system indenendent definitions of image and related themes.
This package use following ACF packages:
| typedef TPixelConversion<float, float> iimg::CFloatFloatPixelConversion |
Definition at line 148 of file TPixelConversion.h.
| typedef TPixelConversion<float, quint8, float> iimg::CFloatGrayPixelConversion |
Definition at line 146 of file TPixelConversion.h.
Definition at line 66 of file TMultiPageBitmap.h.
| typedef TPixelConversion<quint8, float, float> iimg::CGrayFloatPixelConversion |
Definition at line 147 of file TPixelConversion.h.
| typedef TPixelConversion<quint8, quint8> iimg::CGrayGrayPixelConversion |
Definition at line 145 of file TPixelConversion.h.
Definition at line 67 of file TMultiPageBitmap.h.
Definition at line 42 of file IMultiBitmapProvider.h.
Definition at line 41 of file IMultiBitmapProvider.h.
| uint iimg::qHash | ( | const CScanlineMask & | key, |
| uint | seed = 0 |
||
| ) |