NAME
Qt::Gui::QKeySequence
PUBLIC METHODS
- QKeySequence()
- QKeySequence(const QString & key)
- QKeySequence(const QKeySequence & ks)
- QKeySequence(QKeySequence::StandardKey key)
- QKeySequence(const QString & key, QKeySequence::SequenceFormat format)
- QKeySequence(int k1, int k2, int k3, int k4)
- QKeySequence(int k1, int k2, int k3, int k4 = 0)
- QKeySequence(int k1, int k2, int k3 = 0, int k4 = 0)
- QKeySequence(int k1, int k2 = 0, int k3 = 0, int k4 = 0)
- ~QKeySequence()
- uint count()
- QKeySequencePrivate * & data_ptr()
- static QKeySequence fromString(const QString & str, QKeySequence::SequenceFormat format)
- static QKeySequence fromString(const QString & str, QKeySequence::SequenceFormat format = QKeySequence::PortableText)
- 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)
- QString toString(QKeySequence::SequenceFormat format = QKeySequence::PortableText)
ENUM VALUES
- UnknownKey
- HelpContents
- WhatsThis
- Open
- Close
- Save
- New
- Delete
- Cut
- Copy
- Paste
- Undo
- Redo
- Back
- Forward
- Refresh
- ZoomIn
- ZoomOut
- AddTab
- NextChild
- PreviousChild
- Find
- FindNext
- FindPrevious
- Replace
- SelectAll
- Bold
- Italic
- Underline
- MoveToNextChar
- MoveToPreviousChar
- MoveToNextWord
- MoveToPreviousWord
- MoveToNextLine
- MoveToPreviousLine
- MoveToNextPage
- MoveToPreviousPage
- MoveToStartOfLine
- MoveToEndOfLine
- MoveToStartOfBlock
- MoveToEndOfBlock
- MoveToStartOfDocument
- MoveToEndOfDocument
- SelectNextChar
- SelectPreviousChar
- SelectNextWord
- SelectPreviousWord
- SelectNextLine
- SelectPreviousLine
- SelectNextPage
- SelectPreviousPage
- SelectStartOfLine
- SelectEndOfLine
- SelectStartOfBlock
- SelectEndOfBlock
- SelectStartOfDocument
- SelectEndOfDocument
- DeleteStartOfWord
- DeleteEndOfWord
- DeleteEndOfLine
- InsertParagraphSeparator
- InsertLineSeparator
- SaveAs
- Preferences
- Quit
- NativeText
- PortableText
- NoMatch
- PartialMatch
- ExactMatch
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.