|
ACF $AcfVersion:0$
|
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. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for QImage object provider.
Definition at line 23 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.