Справочная документация по Qt

QFlag Class Reference

The QFlag class is a helper data type for QFlags. Далее...

 #include <QFlag>

Открытые функции

QFlag ( int value )
operator int () const

Подробное описание

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.

See also QFlags.

Описание функций-членов

QFlag::QFlag ( int value )

Constructs a QFlag object that stores the given value.

QFlag::operator int () const

Returns the value stored by the QFlag object.

X

Благодарим вас за отзыв.

Убедитесь что он связан с данной страницей. Для остальных сообщений об ошибках, пожалуйста, используйте систему отслеживания ошибок Qt.