NAME
Qt::Gui::QKeySequence
PUBLIC METHODS
- QKeySequence()
- QKeySequence(const QString & key)
- QKeySequence(const QKeySequence & ks)
- QKeySequence(QKeySequence::StandardKey key)
- QKeySequence(int k1, int k2, int k3, int k4 = 0)
- QKeySequence(int k1, int k2, int k3, int k4)
- QKeySequence(int k1, int k2, int k3 = 0, int k4 = 0)
- QKeySequence(int k1, int k2, int k3, int k4 = 0)
- QKeySequence(int k1, int k2 = 0, int k3 = 0, int k4 = 0)
- QKeySequence(int k1, int k2, int k3 = 0, int k4 = 0)
- ~QKeySequence()
- uint count()
- QKeySequencePrivate * & data_ptr()
- static QKeySequence fromString(const QString & str, QKeySequence::SequenceFormat format = QKeySequence::PortableText)
- static QKeySequence fromString(const QString & str, QKeySequence::SequenceFormat format)
- bool isDetached()
- bool isEmpty()
- QKeySequence::SequenceMatch matches(const QKeySequence & seq)
- static QKeySequence mnemonic(const QString & text)
- QString operator QString()
- QVariant operator QVariant()
- int operator int()
- bool operator!=(const QKeySequence & other)
- bool operator<(const QKeySequence & ks)
- bool operator<=(const QKeySequence & other)
- QKeySequence & operator=(const QKeySequence & other)
- bool operator==(const QKeySequence & other)
- bool operator>(const QKeySequence & other)
- bool operator>=(const QKeySequence & other)
- int operator[](uint i)
- QString toString(QKeySequence::SequenceFormat format = QKeySequence::PortableText)
- QString toString(QKeySequence::SequenceFormat format)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.