QKeySequence

Binding for C++ class QKeySequence.

Constructors

this
this()
Undocumented in source.
this
this(const(QString) key, SequenceFormat format)
Undocumented in source.
this
this(int k1, int k2, int k3, int k4)
Undocumented in source.
this
this(QKeyCombination k1, QKeyCombination k2, QKeyCombination k3, QKeyCombination k4)
Undocumented in source.
this
this(const(QKeySequence) ks)
Undocumented in source.
this
this(StandardKey key)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

DataPtr
alias DataPtr = QKeySequencePrivate*
Undocumented in source.

Enums

SequenceFormat
enum SequenceFormat
Undocumented in source.
SequenceMatch
enum SequenceMatch
Undocumented in source.
StandardKey
enum StandardKey
Undocumented in source.

Functions

count
int count()
Undocumented in source.
data_ptr
DataPtr data_ptr()
Undocumented in source. Be warned that the author may not have intended to support it.
isDetached
bool isDetached()
Undocumented in source.
isEmpty
bool isEmpty()
Undocumented in source.
matches
SequenceMatch matches(const(QKeySequence) seq)
Undocumented in source.
opIndex
QKeyCombination opIndex(uint i)
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
toString
QString toString(SequenceFormat format)
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
fromString
QKeySequence fromString(const(QString) str, SequenceFormat format)
Undocumented in source.
mnemonic
QKeySequence mnemonic(const(QString) text)
Undocumented in source.

Meta