QFlag Class ReferenceThe 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 () constReturns the value stored by the QFlag object.
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |