ACF $AcfVersion:0$
Public Member Functions | List of all members
iimg::IQImageProvider Class Referenceabstract

Interface for QImage object provider. More...

#include <IQImageProvider.h>

Inheritance diagram for iimg::IQImageProvider:
istd::IPolymorphic iimg::CBitmap iimg::CReflectedBitmapBase iser::TCopySerializedWrap< iimg::CBitmap > iimg::CBitmapSurface

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.
 
- Public Member Functions inherited from istd::IPolymorphic
virtual ~IPolymorphic ()
 

Detailed Description

Interface for QImage object provider.

Definition at line 23 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: