Qt:Документация 4.3.2/qflag

Материал из Wiki.crossplatform.ru

(Различия между версиями)
Перейти к: навигация, поиск
Root (Обсуждение | вклад)
(Новая: {{Qt4.3.2_header}} =QFlag Class Reference<br /><sup><sup>[модуль QtCore ] </sup></sup>= The QFlag class is a helper data type for [...)

Текущая версия на 10:02, 29 января 2009

40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QFlag Class Reference
[модуль QtCore ]

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

 #include <QFlag>

[править] Открытые функции


[править] Подробное описание

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