_ZNK7QPixmap7devTypeEv

Name

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

Synopsis


#include <QtGui/qpixmap.h>

int QPixmap::devType(void);

Description

The QPixmap::devType() function shall always return the QInternal::Pixmap 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.