Qt 4.8
|
The QFlag class is a helper data type for QFlags. More...
#include <qglobal.h>
Public Functions | |
operator int () const | |
Returns the value stored by the QFlag object. More... | |
QFlag (int i) | |
Constructs a QFlag object that stores the given value. More... | |
Properties | |
int | i |
The QFlag class is a helper data type for QFlags.
It is equivalent to a plain int
, except with respect to function overloading and type conversions. You should never need to use this class in your applications.
|
inline |
|
inline |
|
private |
Definition at line 2291 of file qglobal.h.
Referenced by QIncompatibleFlag::operator int().