- All Implemented Interfaces:
QtAbstractEnumerator
,QtEnumerator
,Serializable
,Comparable<QKeySequence.StandardKey>
,Constable
- Enclosing class:
QKeySequence
Java wrapper for Qt enum QKeySequence::StandardKey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionRepresenting QKeySequence::AddTabRepresenting QKeySequence::BackRepresenting QKeySequence::BackspaceRepresenting QKeySequence::BoldRepresenting QKeySequence::CancelRepresenting QKeySequence::CloseRepresenting QKeySequence::CopyRepresenting QKeySequence::CutRepresenting QKeySequence::DeleteRepresenting QKeySequence::DeleteCompleteLineRepresenting QKeySequence::DeleteEndOfLineRepresenting QKeySequence::DeleteEndOfWordRepresenting QKeySequence::DeleteStartOfWordRepresenting QKeySequence::DeselectRepresenting QKeySequence::FindRepresenting QKeySequence::FindNextRepresenting QKeySequence::FindPreviousRepresenting QKeySequence::ForwardRepresenting QKeySequence::FullScreenRepresenting QKeySequence::HelpContentsRepresenting QKeySequence::InsertLineSeparatorRepresenting QKeySequence::InsertParagraphSeparatorRepresenting QKeySequence::ItalicRepresenting QKeySequence::MoveToEndOfBlockRepresenting QKeySequence::MoveToEndOfDocumentRepresenting QKeySequence::MoveToEndOfLineRepresenting QKeySequence::MoveToNextCharRepresenting QKeySequence::MoveToNextLineRepresenting QKeySequence::MoveToNextPageRepresenting QKeySequence::MoveToNextWordRepresenting QKeySequence::MoveToPreviousCharRepresenting QKeySequence::MoveToPreviousLineRepresenting QKeySequence::MoveToPreviousPageRepresenting QKeySequence::MoveToPreviousWordRepresenting QKeySequence::MoveToStartOfBlockRepresenting QKeySequence::MoveToStartOfDocumentRepresenting QKeySequence::MoveToStartOfLineRepresenting QKeySequence::NewRepresenting QKeySequence::NextChildRepresenting QKeySequence::OpenRepresenting QKeySequence::PasteRepresenting QKeySequence::PreferencesRepresenting QKeySequence::PreviousChildRepresenting QKeySequence::PrintRepresenting QKeySequence::QuitRepresenting QKeySequence::RedoRepresenting QKeySequence::RefreshRepresenting QKeySequence::ReplaceRepresenting QKeySequence::SaveRepresenting QKeySequence::SaveAsRepresenting QKeySequence::SelectAllRepresenting QKeySequence::SelectEndOfBlockRepresenting QKeySequence::SelectEndOfDocumentRepresenting QKeySequence::SelectEndOfLineRepresenting QKeySequence::SelectNextCharRepresenting QKeySequence::SelectNextLineRepresenting QKeySequence::SelectNextPageRepresenting QKeySequence::SelectNextWordRepresenting QKeySequence::SelectPreviousCharRepresenting QKeySequence::SelectPreviousLineRepresenting QKeySequence::SelectPreviousPageRepresenting QKeySequence::SelectPreviousWordRepresenting QKeySequence::SelectStartOfBlockRepresenting QKeySequence::SelectStartOfDocumentRepresenting QKeySequence::SelectStartOfLineRepresenting QKeySequence::UnderlineRepresenting QKeySequence::UndoRepresenting QKeySequence::UnknownKeyRepresenting QKeySequence::WhatsThisRepresenting QKeySequence::ZoomInRepresenting QKeySequence::ZoomOut -
Method Summary
Modifier and TypeMethodDescriptionstatic QKeySequence.StandardKey
resolve
(int value) Returns the corresponding enum entry for the given value.int
value()
This function should return an integer value for the enum values of the enumeration that implements this interface.static QKeySequence.StandardKey
Returns the enum constant of this type with the specified name.static QKeySequence.StandardKey[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface io.qt.QtEnumerator
getDeclaringClass, name, ordinal
-
Enum Constant Details
-
UnknownKey
Representing QKeySequence::UnknownKey
-
HelpContents
Representing QKeySequence::HelpContents
-
WhatsThis
Representing QKeySequence::WhatsThis
-
Open
Representing QKeySequence::Open
-
Close
Representing QKeySequence::Close
-
Save
Representing QKeySequence::Save
-
New
Representing QKeySequence::New
-
Delete
Representing QKeySequence::Delete
-
Cut
Representing QKeySequence::Cut
-
Copy
Representing QKeySequence::Copy
-
Paste
Representing QKeySequence::Paste
-
Undo
Representing QKeySequence::Undo
-
Redo
Representing QKeySequence::Redo
-
Back
Representing QKeySequence::Back
-
Forward
Representing QKeySequence::Forward
-
Refresh
Representing QKeySequence::Refresh
-
ZoomIn
Representing QKeySequence::ZoomIn
-
ZoomOut
Representing QKeySequence::ZoomOut
-
Print
Representing QKeySequence::Print
-
AddTab
Representing QKeySequence::AddTab
-
NextChild
Representing QKeySequence::NextChild
-
PreviousChild
Representing QKeySequence::PreviousChild
-
Find
Representing QKeySequence::Find
-
FindNext
Representing QKeySequence::FindNext
-
FindPrevious
Representing QKeySequence::FindPrevious
-
Replace
Representing QKeySequence::Replace
-
SelectAll
Representing QKeySequence::SelectAll
-
Bold
Representing QKeySequence::Bold
-
Italic
Representing QKeySequence::Italic
-
Underline
Representing QKeySequence::Underline
-
MoveToNextChar
Representing QKeySequence::MoveToNextChar
-
MoveToPreviousChar
Representing QKeySequence::MoveToPreviousChar
-
MoveToNextWord
Representing QKeySequence::MoveToNextWord
-
MoveToPreviousWord
Representing QKeySequence::MoveToPreviousWord
-
MoveToNextLine
Representing QKeySequence::MoveToNextLine
-
MoveToPreviousLine
Representing QKeySequence::MoveToPreviousLine
-
MoveToNextPage
Representing QKeySequence::MoveToNextPage
-
MoveToPreviousPage
Representing QKeySequence::MoveToPreviousPage
-
MoveToStartOfLine
Representing QKeySequence::MoveToStartOfLine
-
MoveToEndOfLine
Representing QKeySequence::MoveToEndOfLine
-
MoveToStartOfBlock
Representing QKeySequence::MoveToStartOfBlock
-
MoveToEndOfBlock
Representing QKeySequence::MoveToEndOfBlock
-
MoveToStartOfDocument
Representing QKeySequence::MoveToStartOfDocument
-
MoveToEndOfDocument
Representing QKeySequence::MoveToEndOfDocument
-
SelectNextChar
Representing QKeySequence::SelectNextChar
-
SelectPreviousChar
Representing QKeySequence::SelectPreviousChar
-
SelectNextWord
Representing QKeySequence::SelectNextWord
-
SelectPreviousWord
Representing QKeySequence::SelectPreviousWord
-
SelectNextLine
Representing QKeySequence::SelectNextLine
-
SelectPreviousLine
Representing QKeySequence::SelectPreviousLine
-
SelectNextPage
Representing QKeySequence::SelectNextPage
-
SelectPreviousPage
Representing QKeySequence::SelectPreviousPage
-
SelectStartOfLine
Representing QKeySequence::SelectStartOfLine
-
SelectEndOfLine
Representing QKeySequence::SelectEndOfLine
-
SelectStartOfBlock
Representing QKeySequence::SelectStartOfBlock
-
SelectEndOfBlock
Representing QKeySequence::SelectEndOfBlock
-
SelectStartOfDocument
Representing QKeySequence::SelectStartOfDocument
-
SelectEndOfDocument
Representing QKeySequence::SelectEndOfDocument
-
DeleteStartOfWord
Representing QKeySequence::DeleteStartOfWord
-
DeleteEndOfWord
Representing QKeySequence::DeleteEndOfWord
-
DeleteEndOfLine
Representing QKeySequence::DeleteEndOfLine
-
InsertParagraphSeparator
Representing QKeySequence::InsertParagraphSeparator
-
InsertLineSeparator
Representing QKeySequence::InsertLineSeparator
-
SaveAs
Representing QKeySequence::SaveAs
-
Preferences
Representing QKeySequence::Preferences
-
Quit
Representing QKeySequence::Quit
-
FullScreen
Representing QKeySequence::FullScreen
-
Deselect
Representing QKeySequence::Deselect
-
DeleteCompleteLine
Representing QKeySequence::DeleteCompleteLine
-
Backspace
Representing QKeySequence::Backspace
-
Cancel
Representing QKeySequence::Cancel
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
value
public int value()This function should return an integer value for the enum values of the enumeration that implements this interface. Default isEnum.ordinal()
.- Specified by:
value
in interfaceQtEnumerator
-
resolve
Returns the corresponding enum entry for the given value.- Parameters:
value
-- Returns:
- enum entry
-