ICF 3.0.5.47
Technical documentation of ICF Libraries
iimg::IQImageProvider Class Referenceabstract

Interface for QImage object provider. More...

#include <IQImageProvider.h>

Inheritance diagram for iimg::IQImageProvider:
Collaboration diagram for iimg::IQImageProvider:

Public Member Functions

virtual const QImage & GetQImage () const =0
 Gets a QImage object.
 
virtual bool CopyImageFrom (const QImage &image)=0
 Copies the image data from a QImage object.
 

Detailed Description

Interface for QImage object provider.

Definition at line 25 of file IQImageProvider.h.

Member Function Documentation

◆ CopyImageFrom()

virtual bool iimg::IQImageProvider::CopyImageFrom ( const QImage & image)
pure virtual

Copies the image data from a QImage object.

Parameters
imageQImage object.
Returns
true if it succeeds, false if it fails.

Implemented in iimg::CBitmap, and iimg::CReflectedBitmapBase.

◆ GetQImage()

virtual const QImage & iimg::IQImageProvider::GetQImage ( ) const
pure virtual

Gets a QImage object.

Implemented in iimg::CBitmap, and iimg::CReflectedBitmapBase.


The documentation for this class was generated from the following file:

© Witold Gantzke and Kirill Lepskiy