Uses of Class
io.qt.winextras.QWinJumpListItem
Package | Description |
---|---|
io.qt.winextras |
-
Uses of QWinJumpListItem in io.qt.winextras
Methods in io.qt.winextras that return QWinJumpListItem Modifier and Type Method Description QWinJumpListItem
QWinJumpListCategory. addDestination(String filePath)
QWinJumpListItem
QWinJumpListCategory. addLink(QIcon icon, String title, String executablePath)
Overloaded function forQWinJumpListCategory.addLink(io.qt.gui.QIcon, java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.QWinJumpListItem
QWinJumpListCategory. addLink(QIcon icon, String title, String executablePath, Collection<String> arguments)
QWinJumpListItem
QWinJumpListCategory. addLink(String title, String executablePath)
Overloaded function forQWinJumpListCategory.addLink(java.lang.String, java.lang.String, java.util.Collection)
witharguments = java.util.Collections.emptyList()
.QWinJumpListItem
QWinJumpListCategory. addLink(String title, String executablePath, Collection<String> arguments)
QWinJumpListItem
QWinJumpListCategory. addSeparator()
Methods in io.qt.winextras that return types with arguments of type QWinJumpListItem Modifier and Type Method Description QList<QWinJumpListItem>
QWinJumpListCategory. items()
Methods in io.qt.winextras with parameters of type QWinJumpListItem Modifier and Type Method Description void
QWinJumpListCategory. addItem(QWinJumpListItem item)
Method parameters in io.qt.winextras with type arguments of type QWinJumpListItem Modifier and Type Method Description QWinJumpListCategory
QWinJumpList. addCategory(String title, Collection<QWinJumpListItem> items)