- All Implemented Interfaces:
QtObjectInterface,Cloneable,Comparable<QKeySequence>
Encapsulates a key sequence as used by shortcuts
Java wrapper for Qt class QKeySequence
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enum QKeySequence::SequenceFormatstatic enumJava wrapper for Qt enum QKeySequence::SequenceMatchstatic enumJava wrapper for Qt enum QKeySequence::StandardKeyNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionQKeySequence(int k1) Overloaded constructor forQKeySequence(int, int, int, int)QKeySequence(int k1, int k2) Overloaded constructor forQKeySequence(int, int, int, int)QKeySequence(int k1, int k2, int k3) Overloaded constructor forQKeySequence(int, int, int, int)withk4 = 0.QKeySequence(int k1, int k2, int k3, int k4) QKeySequence(QKeyCombination k1, QKeyCombination k2, QKeyCombination k3) Overloaded constructor forQKeySequence(io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination)withk4 = io.qt.gui.QKeyCombination.fromCombined(0).QKeySequence(QKeyCombination k1, QKeyCombination k2, QKeyCombination k3, QKeyCombination k4) protectedConstructor for internal use only.QKeySequence(String key) Overloaded constructor forQKeySequence(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.NativeText.QKeySequence(String key, QKeySequence.SequenceFormat format) -
Method Summary
Modifier and TypeMethodDescriptionfinal QKeyCombinationat(int i) clone()intcompareTo(QKeySequence other) final intcount()booleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.static QKeySequencefromString(String str) Overloaded function forfromString(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText.static QKeySequencefromString(String str, QKeySequence.SequenceFormat format) inthashCode()final booleanfinal booleanisEmpty()static QList<QKeySequence>static QList<QKeySequence>listFromString(String str) Overloaded function forlistFromString(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText.static QList<QKeySequence>listFromString(String str, QKeySequence.SequenceFormat format) static StringlistToString(Collection<QKeySequence> list) Overloaded function forlistToString(java.util.Collection, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText.static StringlistToString(Collection<QKeySequence> list, QKeySequence.SequenceFormat format) matches(QKeySequence seq) static QKeySequencevoidreadFrom(QDataStream out) final voidswap(QKeySequence other) final StringtoString()Overloaded function fortoString(io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText.final StringtoString(QKeySequence.SequenceFormat format) voidwriteTo(QDataStream in) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QKeySequence
public QKeySequence() -
QKeySequence
Overloaded constructor for
QKeySequence(io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination)withk4 = io.qt.gui.QKeyCombination.fromCombined(0). -
QKeySequence
Overloaded constructor for
QKeySequence(io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination)with:
k3 = io.qt.gui.QKeyCombination.fromCombined(0)k4 = io.qt.gui.QKeyCombination.fromCombined(0)
-
QKeySequence
Overloaded constructor for
QKeySequence(io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination, io.qt.gui.QKeyCombination)with:
k2 = io.qt.gui.QKeyCombination.fromCombined(0)k3 = io.qt.gui.QKeyCombination.fromCombined(0)k4 = io.qt.gui.QKeyCombination.fromCombined(0)
-
QKeySequence
-
QKeySequence
-
QKeySequence
-
QKeySequence
Overloaded constructor for
QKeySequence(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.NativeText. -
QKeySequence
-
QKeySequence
public QKeySequence(int k1, int k2, int k3) Overloaded constructor for
QKeySequence(int, int, int, int)withk4 = 0. -
QKeySequence
public QKeySequence(int k1, int k2) -
QKeySequence
public QKeySequence(int k1) -
QKeySequence
public QKeySequence(int k1, int k2, int k3, int k4) -
QKeySequence
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
count
-
isDetached
-
isEmpty
-
matches
-
writeTo
-
readFrom
-
swap
-
toString
Overloaded function for
toString(io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText. -
toString
-
fromString
Overloaded function for
fromString(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText. -
fromString
-
keyBindings
-
listFromString
Overloaded function for
listFromString(java.lang.String, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText. -
listFromString
-
listToString
Overloaded function for
listToString(java.util.Collection, io.qt.gui.QKeySequence.SequenceFormat)withformat = io.qt.gui.QKeySequence.SequenceFormat.PortableText. -
listToString
public static String listToString(Collection<QKeySequence> list, QKeySequence.SequenceFormat format) -
mnemonic
-
equals
Description copied from class:QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareToin interfaceComparable<QKeySequence>
-
hashCode
-
at
-
clone
-