QFlags

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(Enum flags)
Undocumented in source.
this
this(Zero )
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(Enum other)
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.
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(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.
testFlag
bool testFlag(Enum flag)
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.

Templates

opDispatch
template opDispatch(string name)
Undocumented in source.

Meta