_ZNK6QImage7devTypeEv

Name

QImage::devType -- get identifier designating that the object is a QImage

Synopsis


#include <QtGui/qimage.h>

int QImage::devType(void);

Description

The QImage::devType() shall always return the QInternal::Image value.

This function is not intended to be used used by applications directly, but may appear among application dependencies as a result of usage of other functions and macros.