QFlags

Binding for C++ class QFlags.

Constructors

this
this(Enum flags)
Undocumented in source.
this
this(QFlag flag)
Undocumented in source.

Alias This

toInt

Members

Aliases

Int
alias Int = int
Undocumented in source.
enum_type
alias enum_type = Enum
Undocumented in source.

Functions

opBinary
QFlags opBinary(QFlags other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QFlags opBinary(Enum other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QFlags opBinary(int mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QFlags opBinary(uint mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QFlags opBinary(QFlags other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
QFlags opBinary(Enum other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
void opBinary(QFlags other)
Undocumented in source.
opBinary
void opBinary(Enum other)
Undocumented in source.
opBinary
void opBinary(int other)
Undocumented in source.
opBinary
void opBinary(QFlags other)
Undocumented in source.
opBinary
void opBinary(Enum other)
Undocumented in source.
opBinary
void opBinary(int other)
Undocumented in source.
opCast
auto opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(int mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(uint mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(QFlags mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(Enum mask)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(QFlags other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
QFlags opOpAssign(Enum other)
Undocumented in source. Be warned that the author may not have intended to support it.
testAnyFlag
bool testAnyFlag(Enum flag)
Undocumented in source. Be warned that the author may not have intended to support it.
testAnyFlags
bool testAnyFlags(QFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
testFlag
bool testFlag(Enum flag)
Undocumented in source. Be warned that the author may not have intended to support it.
testFlags
bool testFlags(QFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
toInt
Int toInt()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromInt
QFlags fromInt(Int i)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

opDispatch
template opDispatch(string name)
Undocumented in source.

Meta