![]() |
ICF 3.0.5.47
Technical documentation of ICF Libraries
|
Interface for QImage object provider. More...
#include <IQImageProvider.h>
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. | |
Interface for QImage object provider.
Definition at line 25 of file IQImageProvider.h.
|
pure virtual |
Copies the image data from a QImage object.
image | QImage object. |
Implemented in iimg::CBitmap, and iimg::CReflectedBitmapBase.
|
pure virtual |
Gets a QImage object.
Implemented in iimg::CBitmap, and iimg::CReflectedBitmapBase.
© Witold Gantzke and Kirill Lepskiy