java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.winextras.QWinJumpListCategory
- All Implemented Interfaces:
QtObjectInterface
public class QWinJumpListCategory extends QtObject
Represents a jump list category
Java wrapper for Qt class QWinJumpListCategory
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QWinJumpListCategory.Type
Java wrapper for Qt enum QWinJumpListCategory::Type -
Constructor Summary
Constructors Modifier Constructor Description QWinJumpListCategory()
Overloaded constructor forQWinJumpListCategory(java.lang.String)
withtitle = ""
.protected
QWinJumpListCategory(QtObject.QPrivateConstructor p)
Constructor for internal use only.QWinJumpListCategory(String title)
-
Method Summary
-
Constructor Details
-
QWinJumpListCategory
public QWinJumpListCategory()Overloaded constructor for
QWinJumpListCategory(java.lang.String)
withtitle = ""
. -
QWinJumpListCategory
-
QWinJumpListCategory
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addDestination
-
addItem
-
addLink
@QtUninvokable public final QWinJumpListItem addLink(QIcon icon, String title, String executablePath)Overloaded function for
addLink(io.qt.gui.QIcon, java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
addLink
@QtUninvokable public final QWinJumpListItem addLink(QIcon icon, String title, String executablePath, Collection<String> arguments) -
addLink
Overloaded function for
addLink(java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
. -
addLink
@QtUninvokable public final QWinJumpListItem addLink(String title, String executablePath, Collection<String> arguments) -
addSeparator
-
clear
-
count
-
isEmpty
-
isVisible
-
items
-
setTitle
-
setVisible
-
title
-
type
-
toString
-