Qt:Документация 4.3.2/qflag
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание[убрать] |
[править] QFlag Class Reference
[модуль QtCore ]
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.
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|