dqt ~master (2021-12-05T11:53:08Z)
Dub
Repo
QKeySequence
qt
gui
keysequence
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
struct
QKeySequence
version(!QT_NO_SHORTCUT)
extern (
C
++) extern (
C
++)
@
QMetaType
.
Type
.
QKeySequence
@
Q_MOVABLE_TYPE
struct
QKeySequence {
enum
StandardKey
;
enum
SequenceFormat
;
this
();
typeof
(
this
)
rawConstructor
();
static
typeof
(
this
)
create
();
this
(const(QString) key, SequenceFormat format);
this
(int k1, int k2, int k3, int k4);
this(this)
;
this
(const(QKeySequence) ks);
this
(StandardKey key);
~this
();
int
count
();
bool
isEmpty
();
enum
SequenceMatch
;
QString
toString
(SequenceFormat format);
static
QKeySequence
fromString
(const(QString) str, SequenceFormat format);
static
QList
!(
QKeySequence
)
listFromString
(const(QString) str, SequenceFormat format);
static
QString
listToString
(const(QList!(QKeySequence)) list, SequenceFormat format);
SequenceMatch
matches
(const(QKeySequence) seq);
static
QKeySequence
mnemonic
(const(QString) text);
static
QList
!(
QKeySequence
)
keyBindings
(StandardKey key);
bool
isDetached
();
alias
DataPtr
=
QKeySequencePrivate
*
;
DataPtr
data_ptr
();
}
struct
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
(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
Source
See Implementation
qt
gui
keysequence
structs
QKeySequence
QKeySequencePrivate