QKeyCombination

Binding for C++ class QKeyCombination.

Constructors

this
this(Key key)
Undocumented in source.
this
this(Modifiers modifiers, Key key)
Undocumented in source.
this
this(KeyboardModifiers modifiers, Key key)
Undocumented in source.

Members

Functions

key
Key key()
Undocumented in source. Be warned that the author may not have intended to support it.
keyboardModifiers
KeyboardModifiers keyboardModifiers()
Undocumented in source. Be warned that the author may not have intended to support it.
toCombined
int toCombined()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromCombined
QKeyCombination fromCombined(int combined)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta