QKeySequence

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()
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(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.
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.
keyBindings
QList!(QKeySequence) keyBindings(StandardKey key)
Undocumented in source.
listFromString
QList!(QKeySequence) listFromString(const(QString) str, SequenceFormat format)
Undocumented in source.
listToString
QString listToString(const(QList!(QKeySequence)) list, SequenceFormat format)
Undocumented in source.
mnemonic
QKeySequence mnemonic(const(QString) text)
Undocumented in source.

Meta